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 21 Nov. 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

SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
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  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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