View source: R/area_computation.R
area_proj | R Documentation |
Get LAEA projection strings from the provided sf object
area_proj(aoi = NULL)
aoi |
area of interest - polygon object (sf) |
LAEA projection string
fname <- system.file("shape/nc.shp", package="sf") sf <- sf::st_read(fname) aoi <- sf[1, ] area_proj(aoi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.