Learn R Programming

cartography (version 2.1.2)

display.carto.pal: Display one Cartographic Palette

Description

Display one color palette.

Usage

display.carto.pal(name)

Arguments

name

name of the palette available in the package (see Details).

Details

Sequential palettes:

  • blue.pal

  • orange.pal

  • red.pal

  • brown.pal

  • green.pal

  • purple.pal

  • pink.pal

  • wine.pal

  • grey.pal

  • turquoise.pal

  • sand.pal

  • taupe.pal

  • kaki.pal

  • harmo.pal

Qualitative palettes:

  • pastel.pal

  • multi.pal

See Also

carto.pal, display.carto.all, carto.pal.info

Examples

Run this code
# NOT RUN {
display.carto.pal("orange.pal")
display.carto.pal("sand.pal")
# }

Run the code above in your browser using DataLab