summary.Venn {VennDetail} | R Documentation |
print the summary information of Venn object
## S3 method for class 'Venn' summary(object, ...)
object |
Venn object |
... |
other arguments ignored (for compatibility with generic) |
summary information
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)