contourPlot {charts} R Documentation

A contour plot is a graphical technique for representing a 3-dimensional

Description

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.

Usage

contourPlot(data,
    colorSet = "Spectral:c10",
    xlim = NaN,
    ylim = NaN,
    ... = NULL);

Arguments

data

-

args

[as list]

env

[as Environment]

Details

Authors

graphics

Value

this function returns data object of type GraphicsData.

clr value class

Examples


[Package charts version 1.0.0.0 Index]