print.ppm
From spatstat v1.17-1
by Adrian Baddeley
Print a Fitted Point Process Model
Default print
method for a fitted point process model.
Usage
## S3 method for class 'ppm':
print(x,\dots)
Arguments
- x
- A fitted point process model, typically obtained from
the model-fittingg algorithm
ppm
. An object of class"ppm"
. - ...
- Ignored.
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.
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.