search for: showlabel

Displaying 2 results from an estimated 2 matches for "showlabel".

Did you mean: show_label
2010 Mar 31
2
Bar plots with bars made of stacked text
I would like to make bar plots where the bars are composed of text like this: http://www.thomaslevine.com/lowres/text_bars.png Is there a package that will help me with this? Thanks Tom
2009 Oct 29
0
a minor bug in "venn" from gplots?
..., alpha, x, 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",...