summary.Venn {VennDetail}R Documentation

Give summary information of Venn object

Description

print the summary information of Venn object

Usage

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

Arguments

object

Venn object

...

other arguments ignored (for compatibility with generic)

Value

summary information

Examples

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)

[Package VennDetail version 1.0.1 Index]