calc_pixel_areas {gfcanalysis} | R Documentation |
Calculates the pixel area for each line of a raster
Description
Calculates the pixel area for each line of a raster
Usage
calc_pixel_areas(x)
Arguments
x |
a |
Value
a vector with the area in square meters of the pixels in each line
of x
(vector has length equal to nrow(x)
)
[Package gfcanalysis version 1.8.0 Index]