gis.pal.info: Print information about all built-in GIS palettes, or print a...

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/gis.pal.info.R

Description

Displays a list of GIS palettes included with the giscolor package, or prints complete information for one palette.

Usage

1

Arguments

name

Optional name of a single palette, either created locally or included with the giscolor package.

Details

If no name is provided, this function will print information about all the GIS palettes included with the giscolor package. If a name is provided, first the local environment, then the palettes included with giscolor will be searched.

Value

Returns either a data frame listing all of the built-in GIS palettes, or a data frame containing the specific information for a single palette.

Author(s)

Sarah Goslee

References

The palettes included are adapted from the GRASS 7.0 color tables https://grasswiki.osgeo.org/wiki/Color_tableshttps://grasswiki.osgeo.org/wiki/Color_tables.

See Also

display.gis.pal

Examples

1
2
gis.pal.info() # all GIS palettes
gis.pal.info("wave") # details of the wave palette

phiala/giscolor documentation built on Jan. 28, 2020, 3:35 a.m.