contour.imlist
From spatstat v1.41-1
by Adrian Baddeley
Array of Contour Plots
Generates an array of contour plots.
Usage
## S3 method for class 'imlist':
contour(x, \dots) ## S3 method for class 'listof':
contour(x, \dots)
Arguments
- x
- An object of the class
"imlist"
representing a list of pixel images. Alternativelyx
may belong to the outdated class"listof"
. - ...
- Arguments passed to
plot.solist
to control the spatial arrangement of panels, and arguments passed tocontour.im
to control the display of eac
Details
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
.
Value
- Null.
See Also
Examples
# Multitype point pattern
contour(D <- density(split(amacrine)))
Community examples
Looks like there are no examples yet.