LogMap-validity | R Documentation |
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
validObject
Logical map objects, validity, and interaction methods:
LogMap
,
as.matrix.LogMap()
,
droplevels.LogMap()
,
intersect.LogMap()
,
labels.LogMap()
map <- LogMap(letters[1:10])
map[['obs']] <- c(1, 3, 7)
map[['entry']] <- c(2, 7, 10)
validObject(map)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.