Learn R Programming

RPMG (version 2.2-2)

see.pal: plot a rectangular palette

Description

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

Usage

see.pal(col)

Arguments

col

vector of colors

Value

Side Effects

See Also

see.pals

Examples

Run this code
# NOT RUN {
plot(c(0,1), c(0,1), type='n')
see.pal(rainbow(100))

# }

Run the code above in your browser using DataLab