intersect.LogMap | R Documentation |
Identify values in a logical map that are common to every observation
## S3 method for class 'LogMap'
intersect(x, y = missing_arg(), ...)
x |
A |
y |
Ignored |
... |
Ignored |
The values of x
that are present in every observation
Logical map objects, validity, and interaction methods:
LogMap
,
LogMap-validity
,
as.matrix.LogMap()
,
droplevels.LogMap()
,
labels.LogMap()
map <- LogMap(letters[1:10])
map[['obs']] <- c(1, 3, 7)
map[['entry']] <- c(2, 7, 10)
# Identify values that are present in every observation
intersect(map)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.