
Last chance! 50% off unlimited learning
Sale ends in
Methods for the experimental class of cluster models.
# S3 method for zclustermodel
pcfmodel(model, …) # S3 method for zclustermodel
predict(object, …,
locations, type = "intensity", ngrid = NULL)
# S3 method for zclustermodel
print(x, …)
Object of class "zclustermodel"
.
Arguments passed to other methods.
Locations where prediction should be performed. A window or a point pattern.
Currently must equal "intensity"
.
Pixel grid dimensions for prediction, if locations
is
a rectangle or polygon.
Same as for other methods.
Experimental.
# NOT RUN {
m <- zclustermodel("Thomas", kappa=10, mu=5, scale=0.1)
m2 <- zclustermodel("VarGamma", kappa=10, mu=10, scale=0.1, nu=0.7)
m
m2
g <- pcfmodel(m)
g(0.2)
g2 <- pcfmodel(m2)
g2(1)
Z <- predict(m, locations=square(2))
Z2 <- predict(m2, locations=square(1))
varcount(m, square(1))
varcount(m2, square(1))
# }
Run the code above in your browser using DataLab