View source: R/create_analysis_region.R
extract_range | R Documentation |
Finds the range of values for each layer of a raster which fall under a set of points or polygons.
extract_range(raster, extraction_locations, expansion_factor = 1)
raster |
A SpatRaster of explanatory variables |
extraction_locations |
A SpatVector of points or polyogons to extract range from. |
expansion_factor |
Factor to expand the range by. 1 indicates no expansion. 0.5 will reduce the range by 50%. 2 will double the range. |
A matrix that holds the min & max initiation limits of each raster layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.