readFF: Read Frontier Forests data

Description Usage Arguments Value Author(s) See Also Examples

View source: R/readFF.R

Description

Reads the Frontier Forest shapefile. Output can also be converted to raster data.

Usage

1
readFF(rasterize=F, rast=NULL, res=NULL, getCover=F, rCache=T, wCache=T)

Arguments

rasterize

if TRUE, polygons are rasterized

rast

specify a raster here that should be used for rasterizing the polygons accordingly

res

alternatively to rast the raster resolution can be set

getCover

if TRUE, returns the share of each cell covered by protected areas

rCache

TRUE: read the data from cache if available

wCache

write the data to cache if it has been newly created

Value

The Frontier Forest polygons or alternatively a raster dataset if rasterize is set to TRUE

Author(s)

Ulrich Kreidenweis

See Also

readWDPA, readBH, readCPD

Examples

1
## Not run: readFF()

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