spatstat (version 1.27-0)

contour.listof: Plot a List of Things

Description

Plots a list of things, either as an array of contour plots, or as an array of images.

Usage

## S3 method for class 'listof':
contour(x, \dots)
  ## S3 method for class 'listof':
image(x, \dots, equal.ribbon=FALSE)

Arguments

x
An object of the class "listof". Essentially a list of objects.
...
Arguments passed to plot.listof to control the plot.
equal.ribbon
Logical. If TRUE, the colour maps of all the images are the same. If FALSE, the colour map of each image is adjusted to the range of values of that image.

Value

  • Null.

Details

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.

See Also

plot.listof

Examples

Run this code
# Multitype point pattern
 contour(density(split(amacrine)))

Run the code above in your browser using DataCamp Workspace