summary: Give summary information of Venn object

Description Usage Arguments Value Examples

Description

print the summary information of Venn object

Usage

1
2
## S3 method for class 'Venn'
summary(object, ...)

Arguments

object

Venn object

...

other arguments ignored (for compatibility with generic)

Value

summary information

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

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