methods.zgibbsmodel | R Documentation |
Methods for the experimental class of Gibbs models
## S3 method for class 'zgibbsmodel'
as.interact(object)
## S3 method for class 'zgibbsmodel'
as.isf(object)
## S3 method for class 'zgibbsmodel'
interactionorder(object)
## S3 method for class 'zgibbsmodel'
is.poisson(x)
## S3 method for class 'zgibbsmodel'
is.stationary(x)
## S3 method for class 'zgibbsmodel'
print(x, ...)
## S3 method for class 'zgibbsmodel'
intensity(X, ..., approx=c("Poisson", "DPP"))
object , x , X |
Object of class |
... |
Additional arguments. |
approx |
Character string (partially matched) specifying the type of approximation. |
Experimental.
Same as for other methods.
zgibbsmodel
m <- zgibbsmodel(10, Strauss(0.1), -0.5)
m
is.poisson(m)
is.stationary(m)
interactionorder(m)
as.interact(m)
as.isf(m)
intensity(m)
intensity(m, approx="D")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.