Displaying 2 results from an estimated 2 matches for "showsetlogiclabel".
2010 May 19
1
colored venn diagram
Hi list,
This is probably too much to ask, but I'm wondering if there is a ready-to-use function somewhere that allows me to color one area of a venn diagram (e.g. the intersection of two sets)?
Thanks!
...Tao
2009 Oct 29
0
a minor bug in "venn" from gplots?
...y) {
??????????? phi = (alpha/180) * pi
??????????? xr = e[, 1] * cos(phi) + e[, 2] * sin(phi)
??????????? yr = -e[, 1] * sin(phi) + e[, 2] * cos(phi)
??????????? xr = x + xr
??????????? yr = y + yr
??????????? return(cbind(xr, yr))
??????? }
??????? lab <- function(identifier, data, showLabel = showSetLogicLabel) {
??????????? r <- data[identifier, 1]
??????????? if (showLabel) {
??????????????? return(paste(identifier, r, sep = "\n"))
??????????? }
??????????? else {
??????????????? return(r)
??????????? }
??????? }
??????? plot(c(0, 400), c(0, 400), type = "n", axes = F, ylab = &qu...