Learn R Programming

plotKML (version 0.5-8)

SAGA_pal: Colour palettes for numeric variables

Description

SAGA_pal contains 22 colour palettes imported from SAGA GIS (Conrad, 2007). R_pal 12 standard colour palettes used in R to visualize continuous and binary variables. Each colour palette consists of 20 colours in the hexadecimal system. Use display.pal function to plot different sets of palettes.

Usage

data(SAGA_pal)
data(R_pal)

Arguments

References

See Also

worldgrids_pal, RColorBrewer::display.brewer.all

Examples

Run this code
# NOT RUN {
data(SAGA_pal)
data(R_pal)
# }
# NOT RUN {
# visualize SAGA GIS palettes:
display.pal(pal=SAGA_pal, sel=c(1,2,7,8,10,11,17,18,19,21,22))
dev.off()
display.pal(R_pal)
names(R_pal)
dev.off()
# }

Run the code above in your browser using DataLab