eulerr (version 7.0.2)

print.venn: Print a summary of a Venn diagram

Description

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.

Usage

# S3 method for venn
print(x, round = 3, vsep = strrep("-", 0.75 * getOption("width")), ...)

Value

Summary statistics of the fitted Venn diagram are printed to screen.

Arguments

x

an object of class 'venn'

round

number of digits to round the ellipse specification to

vsep

character string to paste in between euler objects when x is a nested euler object

...

arguments passed to base::print.data.frame()

See Also

Examples

Run this code
venn(organisms)

Run the code above in your browser using DataLab