powered by
generates color(s) that will appear on the surface facets of a "persp" plot.
drapecol(A, col = femmecol(100), NAcol = "white", lim = NULL)
a vector of character strings giving the colors in hexadecimal format, one for each surface facet.
matrix with input grid.
color palette.
color of NA elements.
NA
The limits of the data; if NULL, the data range will be chosen.
NULL
Karline Soetaert <karline.soetaert@nioz.nl>
persp
persp(volcano, theta = 135, phi = 30, col = drapecol(volcano), main = "drapecol") persp(volcano, theta = 135, phi = 30, col = drapecol(volcano), border = NA, main = "drapecol")
Run the code above in your browser using DataLab