rangeExplorer {blockCV} | R Documentation |
Explore spatial block size
Description
This function is deprecated and will be removed in future updates! Please use cv_block_size
instead!
Usage
rangeExplorer(
rasterLayer,
speciesData = NULL,
species = NULL,
rangeTable = NULL,
minRange = NULL,
maxRange = NULL
)
Arguments
rasterLayer |
raster layer for make plot |
speciesData |
a simple features (sf) or SpatialPoints object containing species data (response variable). If provided, the species data will be shown on the map. |
species |
character value indicating the name of the field in which the species data (response variable e.g. 0s and 1s) are stored. If provided, species presence and absence data will be shown in different colours. |
rangeTable |
deprecated option! |
minRange |
a numeric value to set the minimum possible range for creating spatial blocks. It is used to limit the searching domain of spatial block size. |
maxRange |
a numeric value to set the maximum possible range for creating spatial blocks. It is used to limit the searching domain of spatial block size. |