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

BaseSet-package

BaseSet: Working with Sets the Tidy Way


Description

Implements a class and methods to work with sets, doing intersection, union, complementary sets, power sets, cartesian product and other set operations in a "tidy" way. These set operations are available for both classical sets and fuzzy sets. Import sets from several formats or from other several data structures.

Details

It provides a class TidySet with methods to do operations with sets.

Author(s)

Maintainer: Lluís Revilla Sancho lluis.revilla@gmail.com (ORCID)

Other contributors:

  • Zebulun Arendsee [reviewer]

  • Jennifer Chang [reviewer]

See Also

Useful links:

Examples

set <- list("A" = letters[1:5], "B" = letters[4:7])
TS <- tidySet(set)
cardinality(TS)
intersection(TS, c("A", "B"))

BaseSet

Working with Sets the Tidy Way

v0.0.16
MIT + file LICENSE
Authors
Lluís Revilla Sancho [aut, cre] (<https://orcid.org/0000-0001-9747-2570>), Zebulun Arendsee [rev], Jennifer Chang [rev]
Initial release

We don't support your browser anymore

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