Returns the theoretical
Kmodel(model, …) pcfmodel(model, …)
A fitted point process model of some kind.
Ignored.
A function
in the R language,
which takes one argument r
.
For certain types of point process models, it is possible to
write down a mathematical expression for the
The functions Kmodel
and pcfmodel
give the
theoretical
The functions Kmodel
and pcfmodel
are generic,
with methods for the classes "kppm"
(cluster processes
and Cox processes) and "ppm"
(Gibbs processes).
The return value is a function
in the R language,
which takes one argument r
.
Evaluation of this function, on a numeric vector r
,
yields values of the desired
Kest
or pcf
to estimate the
Kmodel.kppm
for the method for cluster processes
and Cox processes.
Kmodel.ppm
for the method for Gibbs processes.