see.pal {RPMG}R Documentation

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

Author(s)

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

See Also

see.pals

Examples


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


[Package RPMG version 2.2-7 Index]