plot.splitppp
From spatstat v1.6-11
by Adrian Baddeley
Plot a List of Point Patterns
Plots a list of point patterns.
- Keywords
- spatial
Usage
plot.splitppp(x, ..., arrange=TRUE)
Arguments
- x
- A named list of point patterns,
typically obtained from
split.ppp
. - ...
- Arguments passed to
plot.ppp
which control the appearance of each plot panel. - arrange
- Logical flag indicating whether to plot the point patterns
side-by-side. Set this to
FALSE
if you want to control the arrangement of the plots yourself.
Details
This is the plot
method for the class "splitppp"
.
It is typically used to plot the result of the function
split.ppp
but it may also be used to plot any list
of point patterns created by the user.
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
.
Value
- Null.
See Also
Examples
# Multitype point pattern
data(amacrine)
plot(split(amacrine))
Community examples
Looks like there are no examples yet.