venn2: Draw pairwise venn diagram

Description Usage Arguments Examples

View source: R/venn2.R

Description

Draw pairwise venn diagram

Usage

1
2
3
venn2(a, b, ab, name = c("", ""), border = "black", col = c(rgb(1, 0, 0,
  0.2), rgb(0, 0, 1, 0.2)), main = "", padding = c(0, 0.15, 0.3, 0.15),
  cex = 1)

Arguments

a

size of set A

b

size of set B

ab

size of shared part between A & B

name

names of A & B

border

color of circle's border

col

colors of A & B

main

main title of the diagram

padding

padding size of the diagram, for display names

cex

change font size

Examples

1
venn2(7, 10, 3)

yanlinlin82/Rvenn documentation built on May 4, 2019, 2:29 p.m.