show: Show the summary of venn object

Description Usage Arguments Value Author(s) Examples

Description

This function provides a summary of the venn object, including a full results and subsets as well as an summary information.

Usage

1
2
## S4 method for signature 'Venn'
show(object)

Arguments

object

venn object

Value

summary information for the venn object

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))
show(res)

VennDetail documentation built on Nov. 8, 2020, 8:25 p.m.