inst/doc/venn.R

### R code from vignette source 'venn.Rnw'

###################################################
### code chunk number 1: venn.Rnw:33-35
###################################################
library(gplots)
venn( list(A=1:5,B=4:6,C=c(4,8:10)) )


###################################################
### code chunk number 2: venn.Rnw:43-45
###################################################
v.table<-venn( list(A=1:5,B=4:6,C=c(4,8:10),D=c(4:12)) )
print(v.table)


###################################################
### code chunk number 3: venn.Rnw:51-52
###################################################
venn( list(A=1:5,B=4:6,C=c(4,8:10),D=c(4:12),E=c(2,4,6:9)) )

Try the gplots package in your browser

Any scripts or data that you put into this service are public.

gplots documentation built on May 2, 2019, 5:50 p.m.