Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rspatial/terra
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Jan 4, 2024
2 parents 10d80b2 + e473244 commit a74dc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/expanse.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For vector data, the best way to compute area is to use the longitude/latitude C
}

\value{
\bold{SpatRaster}: \code{data.frame} with at least two columns ("layer" and "area") and possibly also "value" (if \code{byValue} is \code{TRUE}, and "zone" (if \code{zones} is \code{TRUE}). If \code{x} has no values, the total area of all cells is returned. Otherwise, the area of all cells that are not \code{NA} is returned.
\bold{SpatRaster}: \code{data.frame} with at least two columns ("layer" and "area") and possibly also "value" (if \code{byValue} is \code{TRUE}), and "zone" (if \code{zones} is \code{TRUE}). If \code{x} has no values, the total area of all cells is returned. Otherwise, the area of all cells that are not \code{NA} is returned.

\bold{SpatVector}: numeric (one value for each (multi-) polygon geometry.
}
Expand Down

0 comments on commit a74dc24

Please sign in to comment.