Nothing
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"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.