View source: R/extract_landscapes.R
extract_landscapes | R Documentation |
Cut a raster around sampling points using different buffer radii and strategies. Returns a structured object of class lsma
.
extract_landscapes(r, p, buffers, strategy = "nested", keep_buffer = NULL)
r |
A |
p |
A set of sampling points ( |
buffers |
A numeric vector of buffer sizes (in map units). |
strategy |
The extraction strategy: |
... |
Reserved for future use. |
An object of class lsma
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.