Learn R Programming

RPMG (version 2.2-7)

see.pal: plot a rectangular palette

Description

the function adds to an existing plot in the lower left corner

Usage

see.pal(col)

Value

Side Effects

Arguments

col

vector of colors

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

see.pals

Examples

Run this code

plot(c(0,1), c(0,1), type='n')
see.pal(rainbow(100))

Run the code above in your browser using DataLab