venn | R Documentation |
Venn Diagram
venn(data, var1, var1true, var2, var2true, var3, var3true, var4, var4true)
data |
The dataset as a data frame containing the variables for analysis. |
var1 |
A string naming the primary variable from |
var1true |
The level in |
var2 |
A string naming the secondary variable from |
var2true |
The level in |
var3 |
An optional variable from |
var3true |
The level in |
var4 |
An optional variable from |
var4true |
The level in |
A results object containing:
results$todo | a html | ||||
results$plot | an image | ||||
results$plot2 | an image | ||||
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.