vennCounts: Given two vectors return the number of elements only in a, in...

Description Usage Arguments Value

View source: R/misc.R

Description

Given two vectors return the number of elements only in a, in their intersection and only in b

Usage

1
vennCounts(a, b)

Arguments

a

first vector

b

second vector

Value

a vector with (element count only in a, element count in intersection, element count only in b)


barkasn/nbHelpers documentation built on Oct. 10, 2020, 9:46 p.m.