print.venn | R Documentation |
This function is responsible for printing objects from
from venn()
and provides a simple description of the number of
sets and the specifications for the ellipses of the Venn diagram.
## S3 method for class 'venn'
print(x, round = 3, vsep = strrep("-", 0.75 * getOption("width")), ...)
x |
an object of class |
round |
number of digits to round the ellipse specification to |
vsep |
character string to paste in between |
... |
arguments passed to |
Summary statistics of the fitted Venn diagram are printed to screen.
venn()
, base::print.data.frame()
venn(organisms)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.