is.ppp: Test Whether An Object Is A Point Pattern

View source: R/ppp.R

is.pppR Documentation

Test Whether An Object Is A Point Pattern

Description

Checks whether its argument is a point pattern (object of class "ppp").

Usage

is.ppp(x)

Arguments

x

Any object.

Details

This function tests whether the object x is a point pattern object of class "ppp". See ppp.object for details of this class.

The result is determined to be TRUE if x inherits from "ppp", i.e. if x has "ppp" amongst its classes.

Value

TRUE if x is a point pattern, otherwise FALSE.

Author(s)

\adrian

and \rolf


spatstat.geom documentation built on Oct. 20, 2023, 9:06 a.m.