contour3d: Superimpose contour lines on a 3D plot
Description
Plot contour lines computed from data in 3D,
or add them to an existing 3D (RGL) surfaceUsage
contour3d(x, y, z, contourArgs=NULL, ...)
Arguments
x
numeric vector of x values (as in contour
),
or a list with components x
, y
and z
y
numeric vector of y values (as in contour
) Value
- Returns a list of contour lines (as in
contourLines
),
invisibly.