worldgrids_pal {plotKML}R Documentation

Standard global color palettes for factor variables

Description

A number of color palettes used to visualize various environmental categorical / factor variables: land cover classes, water types, anthroms, soil types and similar. Each colour palette consists of a variable number of colours (hexadecimal system). Factor levels names are attached as attributes to the palette.

Usage

data(worldgrids_pal)

Format

The list contains:

anthroms

Color palette used for the global map of anthroms (Ellis and Ramankutty, 2008).

bodemfgr

A simplified color palette for soil types.

corine2k

Color palette used in the Corine 2000 project for land cover classes (Büttner, et al., 2002).

glc2000

Color palette used for the Global Land Cover 2000 mapping project (Global Land Cover 2000).

globcov

Color palette used for the ENVISAT-based Global Land Cover map at resolution of 300 m (GlobCover Land Cover version V2.2).

gtkaart

Color palette used for the Ground water levels map of the Netherlands (Gaast et al. 2005).

IGBP

Color palette for 17 land cover classes defined by the International Geosphere Biosphere Programme (IGBP).

lgn3

Color palette used for the Dutch land use map (Hazeu, 2005).

t250vlak

Color palette used for the most general land use classes at scale 1:250k (TOP250NL).

watert

Color palette used for the water types (generalized) in the Netherlands.

Note

These colour palettes are only valid for factor-type variables. The names of classes used in the legend can be obtained by loading the palette list.

Author(s)

Tomislav Hengl

References

See Also

SAGA_pal, R_pal

Examples

data(worldgrids_pal)
## Not run: # globcov palette with class names:
display.pal(worldgrids_pal)
dev.off()
display.pal(worldgrids_pal, sel=5, names=TRUE)

## End(Not run)

[Package plotKML version 0.5-9 Index]