tests/bugchocicepeas.R

library(Vennerable)
choc <- c("Adam","Mum","Alex")
ice <- c("Dad","Alex","Adam")
peas <- c("Mum","Dad")
V2 <- Venn(list(choc=choc,ice=ice,peas=peas))
try(plot(V2,type="squares"))
js229/Vennerable documentation built on May 20, 2019, 2:07 a.m.