Validation of LogMap
objects is handled by
validObject
Logical maps must be a logical matrix containing only TRUE or FALSE values
All values must be named within the rownames of the object. Duplicate or
empty (""
) values are not allowed
All observations must be named within the column names of the object.
Duplicate or empty (""
) observations are not allowed
Logical map objects, validity, and interaction methods:
LogMap
,
as.matrix.LogMap()
,
droplevels.LogMap()
,
intersect.LogMap()
,
labels.LogMap()