print.ppm {spatstat}R Documentation

Print a Fitted Point Process Model

Description

Default print method for a fitted point process model.

Usage

 print.ppm(x)
 x

Arguments

x A fitted point process model, typically obtained from the maximum pseudolikelihood algorithm mpl. 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.

Author(s)

Adrian Baddeley adrian@maths.uwa.edu.au http://www.maths.uwa.edu.au/~adrian/ and Rolf Turner rolf@math.unb.ca http://www.math.unb.ca/~rolf

See Also

mpl, ppm.object, plot.ppm, predict.ppm

Examples

 
 library(spatstat)
 data(cells)
 Q <- quadscheme(cells)
 m <- mpl(Q, ~1, Strauss(0.05))
 m
 

[Package Contents]