Learn R Programming

cartography (version 2.1.2)

display.carto.all: Display all Cartographic Palettes

Description

Display all the available color palettes.

Usage

display.carto.all(n = 10)

Arguments

n

number of colors in the gradients (from 1 to 20).

See Also

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

Examples

Run this code
# NOT RUN {
display.carto.all(1)
display.carto.all(5)
display.carto.all(8)
display.carto.all(12)
display.carto.all(20)
# }

Run the code above in your browser using DataLab