View source: R/zclustermodel.R
zclustermodel | R Documentation |
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)
name |
Name of the cluster process. One of
|
... |
Other arguments needed for the model. |
mu |
Mean cluster size. A single number, or a pixel image. |
kappa |
Parent intensity. A single number. |
scale |
Cluster scale parameter of the model. |
Experimental.
Object of the experimental class "zclustermodel"
.
methods.zclustermodel
m <- zclustermodel("Thomas", kappa=10, mu=5, scale=0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.