README.md

plotVenn

Installation

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)

Getting help

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.

Helping out

plotVenn is intended to be useful for the community; contributions are very welcome! Feel free to submit a pull request.

Usage

For a brief introduction to plotVenn functionality, run:

demo(plotVenn)

To see what functions are implemented in plotVenn, run:

help(package=plotVenn)


danielmarcelino/plotVenn documentation built on March 28, 2020, 12:02 a.m.