print.ppm
From spatstat v1.6-5
by Adrian Baddeley
Print a Fitted Point Process Model
Default print
method for a fitted point process model.
- Keywords
- spatial
Usage
print.ppm(x)
x
Arguments
- x
- A fitted point process model, typically obtained from
the model-fittingg algorithm
ppm
. An object of class"ppm"
.
Details
This is the print
method for the class "ppm"
.
It prints information about the fitted model in a sensible format.
See ppm.object
for details of the class "ppm"
.
Value
- none.
synopsis
print.ppm(x,...)
See Also
Examples
data(cells)
Q <- quadscheme(cells)
m <- ppm(Q, ~1, Strauss(0.05))
m
Community examples
Looks like there are no examples yet.