ggvenn | R Documentation |
venn plot using ggplot2
ggvenn(x, alpha = 0.5)
x |
data |
alpha |
transparency of color |
ggplot object
guangchuang yu
## Not run: set.seed(2017-11-08) x <- matrix(sample(0:4, 40, TRUE, c(.5, .1, .1, .1, .1)), ncol=4) colnames(x) <- LETTERS[1:4] ggvenn(x) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.