contourPlot {charts} | R Documentation |
surface by plotting constant z slices, called contours, on a 2-dimensional
format. That is, given a value for z, lines are drawn for connecting the
(x,y)
coordinates where that z value occurs.
The contour plot Is an alternative To a 3-D surface plot.
contourPlot(data,
colorSet = "Spectral:c10",
xlim = NaN,
ylim = NaN,
... = NULL);