see.pal {RPMG} | R Documentation |
the function adds to an existing plot in the lower left corner
see.pal(col)
col |
vector of colors |
Side Effects
Jonathan M. Lees<jonathan.lees@unc.edu>
see.pals
plot(c(0,1), c(0,1), type='n')
see.pal(rainbow(100))