detail: Detail function provides a way to display the amount of...

Description Usage Arguments Value Author(s) Examples

Description

The objective of this function is to summarizes the overlaps across groups identified by venndetail without creating diagram.

Usage

1
2
3
4
detail(object)

## S4 method for signature 'Venn'
detail(object)

Arguments

object

Venn object

Value

Numeric vector with set names and amounts for each set

Author(s)

Kai Guo

Examples

1
2
3
4
5
A <- sample(1:100, 40, replace = FALSE)
B <- sample(1:100, 60, replace = FALSE)
C <- sample(1:100, 40, replace = FALSE)
res <- venndetail(list(A = A, B = B, C = C))
detail(res)

guokai8/VennDetail documentation built on July 28, 2021, 1:02 p.m.