Boland.landuse.image: Land use class in the Boland (in fromat for plotting).

Description Usage Format Source References Examples

Description

Land use class of terrain in the the Boland, South Africa.

Usage

1

Format

A list with the following elements: x (vector of unique longitudes, in increasing order), y (vector of unique longitudes, in increasing order) and landuse (matrix of land use categories: 1="Natural", 2="Cultivated", 3="Degraded", 4="Urban", 5="Water", 6="Plantation").

Source

http://bgis.sanbi.org/landcover/project.asp

References

http://bgis.sanbi.org/landcover/Landcover2009.pdf

Examples

1
2
3
4
5
6
7
8
## Not run: 
data(Boland.landuse.image)
op = par(no.readonly = TRUE)
par(mfrow = c(1,1))
image(Boland.landuse.image, asp = 1, col = c("black", "green3", "yellow", "tan", "dimgray", "blue", "gold2"))
par(op)

## End(Not run)

david-borchers/secrgam documentation built on May 14, 2019, 9:30 p.m.