predict.kppm {spatstat} | R Documentation |
Given a fitted cluster point process model, this function computes the fitted intensity.
## S3 method for class 'kppm' predict(object, ...)
object |
Fitted cluster point process model.
An object of class |
... |
Arguments passed to |
This is a method for the generic function predict
.
The argument object
should be a cluster point process model
(object of class "kppm"
) obtained using
the function kppm
.
The intensity of the fitted model
is computed, using predict.ppm
.
Usually a pixel image
(object of class "im"
), but see predict.ppm
for details.
Adrian Baddeley Adrian.Baddeley@csiro.au http://www.maths.uwa.edu.au/~adrian/ and Rolf Turner r.turner@auckland.ac.nz
kppm
,
plot.kppm
,
vcov.kppm
,
predict.ppm
data(redwood) fit <- kppm(redwood, ~x, "Thomas") predict(fit)