powered by
Methods for the experimental class of Gibbs models
# S3 method for zgibbsmodel as.interact(object) # S3 method for zgibbsmodel as.isf(object) # S3 method for zgibbsmodel interactionorder(object) # S3 method for zgibbsmodel is.poisson(x) # S3 method for zgibbsmodel is.stationary(x) # S3 method for zgibbsmodel print(x, ...) # S3 method for zgibbsmodel intensity(X, ..., approx=c("Poisson", "DPP"))
Same as for other methods.
Object of class "zgibbsmodel".
"zgibbsmodel"
Additional arguments.
Character string (partially matched) specifying the type of approximation.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
Experimental.
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")
Run the code above in your browser using DataLab