compatible
From spatstat v1.64-1
by Adrian Baddeley
Test Whether Objects Are Compatible
Tests whether two or more objects of the same class are compatible.
Usage
compatible(A, B, …)
Arguments
- A,B,…
Two or more objects of the same class
Details
This generic function is used to check whether the
objects A
and B
(and any additional
objects …
) are compatible.
What is meant by ‘compatible’ depends on the class of object.
There are methods for the classes "fv"
, "fasp"
,
"im"
and "unitname"
.
Value
Logical value: TRUE
if the objects are compatible, and FALSE
if they are not.
See Also
compatible.fv
,
compatible.fasp
,
compatible.im
,
compatible.unitname
Community examples
Looks like there are no examples yet.