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", "0.9.0")



Attach the package and use:
library("BaseSet")
Maintained by
Lluís Revilla Sancho
[Scholar Profile | Author Map]
All associated links for this package
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 0.9.0, https://cran.r-project.org/web/packages/BaseSet. Accessed 22 Dec. 2024.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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