tests/bug06492CEuler.R

library(Vennerable)
setList <- strsplit(month.name,split="")
names(setList) <- month.name
Vmonth3 <- VennFromSets( setList[1:3])
Vmonth2 <- Vmonth3[,c("January","February"),]
Vmonth2.no01 <- Vmonth2
Weights(Vmonth2.no01)["01"] <- 0
V <- Vmonth2.no01
debug(remove.nonintersectionpoints)
C2 <- compute.Venn(V,doWeights=FALSE,doEuler=TRUE,type="circles")

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.