area_proj: Area Projection

View source: R/area_computation.R

area_projR Documentation

Area Projection

Description

Get LAEA projection strings from the provided sf object

Usage

area_proj(aoi = NULL)

Arguments

aoi

area of interest - polygon object (sf)

Value

LAEA projection string

Examples



fname <- system.file("shape/nc.shp", package="sf")
sf <- sf::st_read(fname)
aoi <- sf[1, ]
area_proj(aoi)



Ohm-Np/openRspat documentation built on June 23, 2022, 3:03 p.m.