Array of Contour Plots
Generates an array of contour plots.
## S3 method for class 'imlist' contour(x, ...) ## S3 method for class 'listof' contour(x, ...)
x |
An object of the class |
... |
Arguments passed to |
This is a method for the generic command
contour
for the class "imlist"
.
An object of class "imlist"
represents a list of pixel images.
(The outdated class "listof"
is also handled.)
Each entry in the list x
will be displayed as a contour plot,
in an array of panels laid out on the same graphics display,
using plot.solist
. Invididual panels are plotted
by contour.im
.
Null.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au, Rolf Turner r.turner@auckland.ac.nz and Ege Rubak rubak@math.aau.dk.
# bei.extra is a named list of covariate images contour(bei.extra, main="Barro Colorado: covariates")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.