powered by
Experimental code. Creates an object representing a cluster point process model. Typically used for theoretical calculations about such a model.
zclustermodel(name = "Thomas", ..., mu, kappa, scale)
Object of the experimental class "zclustermodel".
"zclustermodel"
Name of the cluster process. One of "Thomas", "MatClust", "VarGamma" or "Cauchy".
"Thomas"
"MatClust"
"VarGamma"
"Cauchy"
Other arguments needed for the model.
Mean cluster size. A single number, or a pixel image.
Parent intensity. A single number.
Cluster scale parameter of the model.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
Experimental.
methods.zclustermodel
m <- zclustermodel("Thomas", kappa=10, mu=5, scale=0.1)
Run the code above in your browser using DataLab