filled_contour: A customized version of 'filled.contour' that doesn't set...

Description Usage Arguments Details

Description

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.

Usage

1
2
3
  filled_contour(x, y, z, xlim = range(x, finite = TRUE),
    ylim = range(y, finite = TRUE),
    zlim = range(z, finite = TRUE), levels, col, ...)

Arguments

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.

Details

This function merely calls .filled.contour, but also deals with setting up an initial plotting window.


jdyeakel/paradox documentation built on May 18, 2019, 11:41 p.m.