spatstat (version 1.16-1)

is.ppm: Test Whether An Object Is A Fitted Point Process Model

Description

Checks whether its argument is a fitted point process model (object of class "ppm").

Usage

is.ppm(x)

Arguments

x
Any object.

Value

  • TRUE if x has "ppm" amongst its classes, otherwise FALSE.

Details

This function tests whether the object x is a fitted point process model object of class "ppm". See ppm.object for details of this class.