zgibbsmodel | R Documentation |
Experimental code. Creates an object representing a Gibbs point process model. Typically used for theoretical calculations about such a model.
zgibbsmodel(beta = 1, interaction = NULL, icoef = NULL)
beta |
First order trend term. A numeric value, numeric vector, pixel image, function, or a list of such objects. |
interaction |
Object of class |
icoef |
Numeric vector of coefficients for the interpoint interaction. |
Experimental.
Object belonging to the experimental class zgibbsmodel
.
.
methods.zgibbsmodel
m <- zgibbsmodel(10, Strauss(0.1), -0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.