Description Usage Arguments Details
This is a (highly) stripped down version of
filled.contour from base R that doesn't set
layout. It is therefore useful for multipanel
plotting. Many arguments have been removed to simplify
the function. See ?filled.contour for further
description of the arguments.
1 2 3 |
x |
x values |
y |
y values |
z |
z values (what is coloured) |
xlim |
x limit values (a numeric vector of length 2) |
ylim |
y limit values (a numeric vector of length 2) |
zlim |
z (colour) limit values (a numeric vector of length 2) |
levels |
Levels at which to split the z data. |
col |
Colour palette to use. |
This function merely calls .filled.contour, but
also deals with setting up an initial plotting window.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.