intersect_rec: A Function That Perform Intersection Between Sets.

View source: R/utils.R

intersect_recR Documentation

A Function That Perform Intersection Between Sets.

Description

This function use recurssively intersect function

Usage

intersect_rec(x, y, ...)

Arguments

x

set: vectors (of the same mode) containing a sequence of items (conceptually) with no duplicated values.

y

set: vectors (of the same mode) containing a sequence of items (conceptually) with no duplicated values.

...

set: vectors (of the same mode) containing a sequence of items (conceptually) with no duplicated values.


fchuffar/epimedtools documentation built on Feb. 3, 2024, 2:21 a.m.