create_lsma | R Documentation |
lsma
objectConstruct a structured object of class lsma
, used to store landscape rasters and metadata for multi-scale analysis. Used internally to structure landscape objects. Users typically do not need to call this function directly.
create_lsma(rasters, points, buffers, strategy, buffers_sf = NULL, ...)
rasters |
A named list of |
points |
A |
buffers |
A numeric vector of buffer radii used to generate the rasters. |
strategy |
A character string: one of |
buffers_sf |
(optional) A named list of |
... |
Reserved for future use. |
An object of class lsma
, containing metadata and raster data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.