inst/doc/venn.R

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

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


###################################################
### code chunk number 2: venn.Rnw:44-46
###################################################
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:52-53
###################################################
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 April 25, 2022, 9:06 a.m.