Get 50% off unlimited learning
Buy Now
Rdocumentation
powered by
Learn R Programming
spatstat (version 1.31-2)
is.lpp: Test Whether An Object Is A Point Pattern on a Linear Network
Description
Checks whether its argument is a point pattern on a linear network (object of class
"lpp"
).
Usage
is.lpp(x)
Arguments
x
Any object.
Value
TRUE
if
x
is a point pattern of class
"lpp"
, otherwise
FALSE
.
Details
This function tests whether the object
x
is a point pattern object of class
"lpp"
.