plot.kppm {spatstat} | R Documentation |
Plots a fitted cluster point process model, displaying the fitted intensity and the fitted K-function.
## S3 method for class 'kppm' plot(x, ..., what=c("intensity", "statistic"))
x |
Fitted cluster point process model.
An object of class |
... |
Arguments passed to |
what |
Character vector determining what will be plotted. |
This is a method for the generic function
plot
for the class "kppm"
of fitted
cluster point process models.
The argument x
should be a cluster point process model
(object of class "kppm"
) obtained using
the function kppm
.
By default, this command will first plot the fitted intensity of the model,
using plot.ppm
, and then plot the empirical and fitted
summary statistics, using plot.fv
.
The choice of plots (and the order in which they are
displayed) is controlled by the argument what
.
The options (partially matched) are "intensity"
and "statistic"
.
The option what="intensity"
will be ignored if the
model is stationary.
Null.
Adrian Baddeley Adrian.Baddeley@csiro.au http://www.maths.uwa.edu.au/~adrian/ and Rolf Turner r.turner@auckland.ac.nz
kppm
,
plot.ppm
,
plot.minconfit
data(redwood) fit <- kppm(redwood, ~1, "Thomas") plot(fit)