venn.CodPot | R Documentation |
This function allows to draw Venn diagram od coding potential outputs
venn.CodPot(
CodPot,
venncolors = c("green", "red", "blue", "yellow", "magenta", "black", "orange", "white",
"darkgreen"),
selmet = NULL
)
CodPot |
is the table generated usig CodPot2tbl() function |
venncolors |
the vector of colors |
selmet |
is the vector argument indicatin which methods you select to venn diagram - i.e.: c(1,1,1,1) or c(1,0,1,0). |
venn.CodPot(CodPot = CodPot_table, selmet = c(1,1,0,0,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.