SurfacePlot {ELT} | R Documentation |
SurfacePlot function
Description
Allows to plot a surface.
Usage
SurfacePlot(xx, zexpr, mainexpr, axis, cc)
Arguments
xx |
data as matrix. |
zexpr |
Title of z axis. |
mainexpr |
Name for the graphic. |
axis |
c(min(abscissa), max(abscissa), min(ordinate), max(ordinate)). |
cc |
Color. |
[Package ELT version 1.7 Index]