is.ppm {spatstat}R Documentation

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.

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.

Value

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

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


[Package spatstat version 1.11-3 Index]