Join us for
RADAR: AI Edition
Save Your Seat
Rdocumentation
powered by
Learn R Programming
spatstat (version 1.15-3)
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.