predict.kppm {spatstat} | R Documentation |
Given a fitted cluster point process model, this function computes the fitted intensity of the model.
## S3 method for class 'kppm': predict(object, ...)
object |
Fitted cluster point process model.
An object of class "kppm" .
|
... |
Arguments passed to predict.ppm . |
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
.
Prediction computes the intensity of the fitted model.
The algorithm calls predict.ppm
to compute the
intensity.
Usually a pixel image (object of class "im"
).
Adrian Baddeley adrian@maths.uwa.edu.au http://www.maths.uwa.edu.au/~adrian/ and Rolf Turner r.turner@auckland.ac.nz
data(redwood) fit <- kppm(redwood, ~x, "Thomas") v <- predict(fit)