
Last chance! 50% off unlimited learning
Sale ends in
Plots a list of point patterns.
# S3 method for splitppp
plot(x, …, main)
A named list of point patterns,
typically obtained from split.ppp
.
Arguments passed to plot.listof
which control the
layout of the plot panels, their appearance, and the
plot behaviour in individual plot panels.
Optional main title for the plot.
Null.
If the error message ‘Figure margins too large’
occurs, ensure that equal.scales=FALSE
and increase the values of mar.panel
.
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
.
plot.listof
for arguments controlling the plot.
# NOT RUN {
# Multitype point pattern
plot(split(amacrine))
plot(split(amacrine), main="",
panel.begin=function(i, y, ...) { plot(density(y), ribbon=FALSE, ...) })
# }
Run the code above in your browser using DataLab