Plot a List of Point Patterns
Plots a list of point patterns.
## S3 method for class 'splitppp' plot(x, ..., main)
x |
A named list of point patterns,
typically obtained from |
... |
Arguments passed to |
main |
Optional main title for the plot. |
This is the plot
method for the class "splitppp"
.
It is typically used to plot the result of the function
split.ppp
.
The argument x
should be a named list of point patterns
(objects of class "ppp"
, see ppp.object
).
Each of these point patterns will be plotted in turn
using plot.ppp
.
Plotting is performed by plot.listof
.
Null.
If the error message ‘Figure margins too large’
occurs, ensure that equal.scales=FALSE
and increase the values of mar.panel
.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au and Rolf Turner r.turner@auckland.ac.nz
plot.listof
for arguments controlling the plot.
# Multitype point pattern plot(split(amacrine)) plot(split(amacrine), main="", panel.begin=function(i, y, ...) { plot(distmap(y), ribbon=FALSE, ...) })
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.