plot_venn: plot_venn function

Description Usage Arguments Value Examples

View source: R/plot_venn.R

Description

A wrapper of the plot Vennerable function to change colors, and white fill

Usage

1

Arguments

venn

a venn diagram generated with compute.Venn function

colors

a vector of the same length as sets used to generated the venn object

Value

a plot with the venn diagram

Examples

1
2
3
4
5
6
7
8
9
## Not run: 

v1 = lit_snps %>% map(as.character) %>%
    Venn() %>% compute.Venn(doWeights = FALSE)

plot_venn(v1,c("red","black"))


## End(Not run)

welch16/rwlib documentation built on Jan. 13, 2020, 1:27 p.m.