show Venn {VennDetail} | R Documentation |
This function provides a summary of the venn object, including a full results and subsets as well as an summary information.
## S4 method for signature 'Venn' show(object)
object |
venn object |
summary information for the venn object
Kai Guo
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)