intersection {mulset} | R Documentation |
A intersection function
Description
intersection()
returns all intersections it found.
Usage
intersection(...)
Arguments
... |
Vector with master values to check and vector to compare values against |
Value
Character vector of all common attributes
Examples
input1 <- seq(50, 100, by=10)
input2 <- seq(70, 130, by=10)
intersection(input1, input2)
[Package mulset version 1.0.0 Index]