Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

intersection

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)

mulset

Multiset Intersection Generator

v1.0.0
EUPL (>= 1.2)
Authors
Ivan Tomic [aut, cre, cph] (<https://orcid.org/0000-0003-3596-681X>), Adriana Tomic [aut, ctb] (<https://orcid.org/0000-0001-9885-3535>)
Initial release
2019-03-7

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.