| plot.mppm {spatstat} | R Documentation |
Given a point process model fitted to multiple point patterns
by mppm,
compute spatial trend or conditional intensity surface of the model,
in a form suitable for plotting, and (optionally) plot this
surface.
## S3 method for class 'mppm'
plot(x, ..., trend = TRUE, cif = FALSE,
how="image")
x |
A point process model fitted to multiple point patterns,
typically obtained from
the model-fitting algorithm |
... |
Arguments passed to |
trend |
logical flag; if |
cif |
logical flag; if |
how |
character string vector indicating the style of plot to be performed. |
This is the plot method for the class "mppm"
of point process models fitted to multiple point patterns
(see mppm).
It invokes subfits to compute the fitted model for
each individual point pattern dataset, then calls
plot.ppm to plot these individual models. These
individual plots are displayed using plot.listof,
which generates either a series of separate plot frames or an
array of plot panels on a single page.
NULL.
Adrian Baddeley adrian.baddeley@uwa.edu.au http://www.maths.uwa.edu.au/~adrian/ and Rolf Turner rolf@math.unb.ca http://www.math.unb.ca/~rolf