Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'imlist':
contour(x, \dots) ## S3 method for class 'listof':
contour(x, \dots)
"imlist"
representing a list of pixel images.
Alternatively x
may belong to the outdated class "listof"
.plot.solist
to control the
spatial arrangement of panels, and arguments passed
to contour.im
to control the display of eaccontour
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
.
plot.solist
,
contour.im
# Multitype point pattern
contour(D <- density(split(amacrine)))
Run the code above in your browser using DataLab