vecsets-package {vecsets} | R Documentation |
An extension of the base
tools such as 'intersect' which does not reduce to unique elements
Description
The base
set-related tools follow the algebraic definition that each element of a set must be unique. Since it's often helpful to compare all elements of two vectors, this toolset treats every element as unique for counting purposes.
For ease of use, all functions in vecsets
have an argument multiple
which, when set to FALSE
, reverts them to the base
set tools functionality.
Details
Package: | vecsets |
Type: | Package |
Version: | 3.0 |
Date: | 2021-03-08 |
License: | GPL-3 |
Author(s)
Carl Witthoft, with some code taken from Sven Hohenstein via Stack Overflow
Maintainer: Carl Witthoft carl@witthoft.com
[Package vecsets version 1.4 Index]