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, ...)
x |
Fitted cluster point process model.
An object of class "kppm" .
|
... |
Ignored. |
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
.
This command first plots the fitted intensity of the model,
using plot.ppm
, then displays the empirical and fitted
inhomogeneous K-functions using plot.minconfit
.
Null.
Adrian Baddeley adrian@maths.uwa.edu.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)