getArea
reports the area of a SpatRaster object using terra::expanse
# S3 method for SpatRaster
getArea(x, byValue, ...)
The total area of the cells of interest in km2
SpatRaster
Logical. If TRUE, the area for each unique cell value is returned.
Addition arguments based on input format
Nicholas Murray murr.nick@gmail.com, Calvin Lee calvinkflee@gmail.com
Other Change functions:
getArea.RasterLayer()
,
getArea.SpatVect()
,
getArea.SpatialPolygons()
,
getArea.sf()
,
getAreaLoss()
,
getArea()
,
getDeclineStats()