methods.zgibbsmodel {spatstat.model} | R Documentation |
Methods for Gibbs Models
Description
Methods for the experimental class of Gibbs models
Usage
## 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"))
Arguments
object , x , X |
Object of class |
... |
Additional arguments. |
approx |
Character string (partially matched) specifying the type of approximation. |
Details
Experimental.
Value
Same as for other methods.
Author(s)
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
See Also
Examples
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")
[Package spatstat.model version 3.3-1 Index]