Description Usage Arguments Details Value Author(s) See Also Examples
suma2Venn transforms a matrix or a data frame with characters into a list to draw and display a Venn diagram with up to 7 sets
1  | suma2Venn(x, size = 30, cexil = 0.9, cexsn = 1, zcolor = heat.colors(ncol(x)), ...)
 | 
x | 
 matrix or data frame of character values  | 
size | 
 Plot size, in centimeters  | 
cexil | 
 Character expansion for the intersection labels  | 
cexsn | 
 Character expansion for the set names  | 
zcolor | 
 A vector of colors for the custom zones  | 
... | 
 Additional plotting arguments for the venn function  | 
suma2Venn creates a list with the columns of a matrix or a data frame of characters which can be taken by the
venn to generate a Venn Diagram 
suma2Venn returns a Venn Plot such as that created by the
venn function
Maria J. Nueda, mj.nueda@ua.es
1 2 3 4 5  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.