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.
an object of class 'venn'
number of digits to round the ellipse specification to
character string to paste in between euler
objects
when x
is a nested euler
object
arguments passed to base::print.data.frame()
Summary statistics of the fitted Venn diagram are printed to screen.
venn(organisms)
#> 5 set Venn diagram
#>
#> h k a b phi
#> animal 0.176 0.096 1 0.6 0.000
#> mammal -0.037 0.197 1 0.6 1.257
#> plant -0.198 0.026 1 0.6 2.513
#> sea -0.086 -0.181 1 0.6 3.770
#> spiny 0.145 -0.137 1 0.6 5.027