tests/bug0000no11.R

library(Vennerable)
setList <- strsplit(month.name,split="")
names(setList) <- month.name
Vmonth3 <- VennFromSets( setList[1:3])
Vmonth2 <- Vmonth3[,c("January","February"),]
Vmonth2.no11 <- Vmonth2
Weights(Vmonth2.no11)["11"] <- 0
V <- Vmonth2.no11
#undebug(remove.nonintersectionpoints)
#undebug(joinEdgesInDrawing)
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.