aoi_describe | R Documentation |
Describe a spatial (sf/sp/raster) object in terms of a
reproducible AOI (e.g. aoi_get
) parameters.
aoi_describe(AOI)
AOI |
a spatial object ( |
a data.frame of AOI descriptors
{
fname <- system.file("shape/nc.shp", package = "sf")
nc <- sf::read_sf(fname)
aoi_describe(AOI = nc[1, ])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.