1 - From the CRAN repository:
install.packages('plotVenn', dep=TRUE)
library(plotVenn)
2 - To get the current development version from Github:
## install devtools package if it's not already
if (!requireNamespace("devtools", quietly = TRUE)) {
install.packages("devtools")
}
install_github("danielmarcelino/plotVenn")
library(plotVenn)
If you encounter a bug, please file a minimal reproducible example using reprex For public questions and clarifications, StackOverflow is a good place to ask.
plotVenn is intended to be useful for the community; contributions are very welcome! Feel free to submit a pull request.
For a brief introduction to plotVenn functionality, run:
demo(plotVenn)
To see what functions are implemented in plotVenn, run:
help(package=plotVenn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.