rasterLayer: A raster object of covariates to find spatial autocorrelation range.
sampleNumber: Integer. The number of sample points of each raster layer to fit variogram models. It is 5000 by default, however it can be increased by user to represent their region well (relevant to the extent and resolution of rasters).
border: deprecated option!
speciesData: A spatial or sf object (optional). If provided, the sampleNumber is ignored and variograms are created based on species locations. This option is not recommended if the species data is not evenly distributed across the whole study area and/or the number of records is low.
doParallel: deprecated option!
nCores: deprecated option!
showPlots: Logical. Show final plot of spatial blocks and autocorrelation ranges.
degMetre: Numeric. The conversion rate of metres to degree. This is for constructing spatial blocks for visualisation. When the input map is in geographic coordinate system (decimal degrees), the block size is calculated based on deviding the calculated range by this value to convert to the input map's unit (by default 111325; the standard distance of a degree in metres, on the Equator).
maxpixels: Number of random pixels to select the blocks over the study area.
plotVariograms: deprecated option!
progress: Logical. Shows progress bar. It works only when doParallel = FALSE.