
Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'kppm':
predict(object, ...)
"kppm"
.predict.ppm
."im"
).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.
kppm
,
plot.kppm
,
predict.ppm
data(redwood)
fit <- kppm(redwood, ~x, "Thomas")
v <- predict(fit)
Run the code above in your browser using DataLab