spatstat (version 1.6-5)

print.ppm: 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 model-fittingg algorithm ppm. An object of class "ppm".

Value

  • none.

synopsis

print.ppm(x,...)

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".

See Also

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

Examples

Run this code
data(cells)
 Q <- quadscheme(cells)
 m <- ppm(Q, ~1, Strauss(0.05))
 m

Run the code above in your browser using DataCamp Workspace