rangeExplorer function

Explore spatial block size

Explore spatial block size

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 )

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.

See Also

cv_block_size

  • Maintainer: Roozbeh Valavi
  • License: GPL (>= 3)
  • Last published: 2024-11-01