createArea: Create area grid files

Description Usage Arguments Value Author(s) See Also Examples

View source: R/createArea.R

Description

Calculates areas per grid cell for the specified resolution and stores the output at the specified location. These can be used by perc2area for the conversion of percentage values to absolute km2 values.

Usage

1
createArea(res=0.08333333, folder="/p/projects/landuse/users/ulrichk/geodatafiles")

Arguments

res

The resolution to calculate the area for. Can also be a vector of different resolutions

folder

Folder to store the output in. Filename is created in the format: "area0.08333333.grd""

Value

Output is saved to disk

Author(s)

Ulrich Kreidenweis

See Also

perc2area

Examples

1
## Not run: createArea()

pik-piam/geodata documentation built on Nov. 5, 2019, 12:21 a.m.