getArea.sf: Calculates the Area of a Raster from sf object

View source: R/change_functions.R

getArea.sfR Documentation

Calculates the Area of a Raster from sf object

Description

getArea reports the area of a sf object using sf::st_area

Usage

## S3 method for class 'sf'
getArea(x, ...)

Arguments

x

A sf object

...

Addition arguments based on input format

Value

The total area of the cells of interest in km2

Author(s)

Nicholas Murray murr.nick@gmail.com, Calvin Lee calvinkflee@gmail.com

See Also

Other Change functions: getArea.RasterLayer(), getArea.SpatRaster(), getArea.SpatVect(), getArea.SpatialPolygons(), getAreaLoss(), getArea(), getDeclineStats()


redlistr documentation built on Oct. 3, 2023, 9:07 a.m.