| compatible {multivator} | R Documentation |
Are two objects compatible?
Description
Function to detect whether two objects are compatible
Usage
compatible(x1,x2)
Arguments
x1, x2 |
Two objects with |
Details
Here, “compatible” means have the same names and levels. If an
mdm object and mhp object are compatible, then they may
be supplied to (eg) var.matrix().
The function uses identical() to compare the names and levels.
Value
Returns a Boolean.
Note
Cannot yet compare LoF objects.
Author(s)
Robin K. S. Hankin
Examples
data(mtoys)
stopifnot(compatible(toy_mhp, toy_mm))
[Package multivator version 1.1-11 Index]