contour.listof {spatstat} | R Documentation |
Plots a list of things, either as an array of contour plots, or as an array of images.
## S3 method for class 'listof' contour(x, ...) ## S3 method for class 'listof' image(x, ...)
x |
An object of the class |
... |
Arguments passed to |
These are methods for the generic plot commands
contour
and image
, for the class "listof"
.
The commands will display each object in the list x
,
either as a contour plot
(contour.listof
) or a pixel image plot (image.listof
),
with the displays laid out in a grid.
See plot.listof
for more information.
Null.
Adrian Baddeley Adrian.Baddeley@csiro.au http://www.maths.uwa.edu.au/~adrian/ and Rolf Turner r.turner@auckland.ac.nz
# Multitype point pattern data(amacrine) contour(density(split(amacrine)))