Description Usage Arguments Details Value See Also Examples
A wrapper to the getContourLines
function, provided to ease the transition from
the contourLines
function as part of grDevices
1 2 |
x |
Numeric data for x and y coordinate, a single matrix or data-frame object can be provided for
|
y |
Numeric data for x and y coordinate, a single matrix or data-frame object can be provided for
|
z |
numeric Data for z coordinate (the coordinate to model) |
nlevels |
An integer number of bins to split the data into iff |
levels |
A numeric vector of the explicitly specified levels (z values) to contour, by specifying this argument,
it will override |
... |
any other parameters passed through to |
This function returns data in the same format/structure as contourLines
,
ie, list of lists, which is different from the (preferred) dataframe
object returned
by the getContourLines
function as part of the present work.
A list of contours is returned, Each contour is a list with the elements:
|
The contour of the level |
|
The x-coordinates of the contour |
|
The y-coordinates of the contour |
1 2 3 4 5 6 7 | |
Loading required package: geometry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.