Other packages > Find by keyword >

BaseSet  

Working with Sets the Tidy Way
View on CRAN: Click here


Download and install BaseSet package within the R console
Install from CRAN:
install.packages("BaseSet")

Install from Github:
library("remotes")
install_github("cran/BaseSet")

Install by package version:
library("remotes")
install_version("BaseSet", "1.0.0")



Attach the package and use:
library("BaseSet")
Maintained by
Lluís Revilla Sancho
[Scholar Profile | Author Map]
First Published: 2020-11-11
Latest Update: 2023-08-22
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.
How to cite:
Lluís Revilla Sancho (2020). BaseSet: Working with Sets the Tidy Way. R package version 1.0.0, https://cran.r-project.org/web/packages/BaseSet. Accessed 06 Apr. 2025.
Previous versions and publish date:
0.0.14 (2020-11-11 14:50), 0.0.15 (2021-03-20 21:10), 0.0.16 (2021-04-22 18:00), 0.0.17 (2021-07-05 13:20), 0.9.0 (2023-08-22 13:30)
Other packages that cited BaseSet R package
View BaseSet citation profile
Other R packages that BaseSet depends, imports, suggests or enhances
Complete documentation for BaseSet
Functions, R codes and Examples using the BaseSet R package
Some associated functions: BaseSet-package . TidySet-class . activate . add_column . add_elements . add_relation . add_relations . add_sets . adjacency . arrange_ . as.data.frame.TidySet . as.list.TidySet . c-TidySet-method . cardinality . cartesian . complement . complement_element . complement_set . df2TS . droplevels.TidySet . element_size . elements . extract-TidySet . fapply . filter_ . getGAF . getGMT . getOBO . group . group_by_ . incidence . independent . intersection . is.fuzzy . is_nested . length.TidySet . length_probability . length_set . lengths-TidySet-method . move_to . multiply_probabilities . mutate_ . nElements . nRelations . nSets . name_elements-set . name_elements . name_sets-set . name_sets . naming . pipe . power_set . pull_ . reexports . relations . remove_column . remove_element . remove_relation . remove_set . rename_elements . rename_set . select_ . set_size . set_symbols . sets . show-TidySet-method . size . subtract . tidy . tidySet . union . union_closed . 
Some associated R codes: AllClasses.R . AllGenerics.R . BaseSet-package.R . GMT.R . GeneSetCollection.R . activate.R . add.R . add_column.R . add_relation.R . adjacency.R . arrange.R . basesets-package.R . c.R . cardinality.R . cartesian.R . complement.R . data_frame.R . deactivate.R . droplevels.R . elements.R . extract.R . filter.R . group.R . group_by.R . head.R . incidence.R . independent.R . intersection.R . length.R . list.R . move_to.R . mutate.R . names.R . naming.R . nested.R . obo.R . operations.R . power_set.R . print.R . pull.R . relations.R . remove.R . remove_column.R . rename.R . select.R . set.R . size.R . subtract.R . tidy-set.R . union.R . union_closed.R . utils-pipe.R . utils.R . validity.R . zzz.R .  Full BaseSet package functions and examples
Downloads during the last 30 days
03/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/05Downloads for BaseSet2468101214161820222426TrendBars

Today's Hot Picks in Authors and Packages

danstat  
R Client for the Statistics Denmark Databank API
The purpose of the package is to enable an R function interface into the Statistics Denmark Databank ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
FuzzyQ  
Fuzzy Quantification of Common and Rare Species
Fuzzy clustering of species in an ecological community as common or rare based on their abundance a ...
Download / Learn more Package Citations See dependency  
listarrays  
A Toolbox for Working with R Arrays in a Functional Programming Style
A toolbox for R arrays. Flexibly split, bind, reshape, modify, subset and name arrays. ...
Download / Learn more Package Citations See dependency  
spCP  
Spatially Varying Change Points
Implements a spatially varying change point model with unique intercepts, slopes, variance intercep ...
Download / Learn more Package Citations See dependency  
ider  
Various Methods for Estimating Intrinsic Dimension
An implementation of various methods for estimating intrinsic dimension of vector-valued dataset or ...
Download / Learn more Package Citations See dependency  

23,990

R Packages

207,311

Dependencies

64,809

Author Associations

23,991

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA