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"))

Try the Vennerable package in your browser

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

Vennerable documentation built on May 2, 2019, 5:49 p.m.