rangeExplorer | R Documentation |
This function is deprecated and will be removed in future updates! Please use cv_block_size
instead!
rangeExplorer(
rasterLayer,
speciesData = NULL,
species = NULL,
rangeTable = NULL,
minRange = NULL,
maxRange = NULL
)
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. |
cv_block_size
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.