Re: [R] boxplot with "cut"

2012-07-10 Thread Rui Barradas
Hello, Maybe this iss what you're looking for. GD is your data.frame. multi.boxplot <- function(x, by, ...){ x <- as.data.frame(x) sp <- split(x, by) len <- length(sp) - 1 n <- ncol(x) n1 <- n + 1 boxplot(x[[ 1 ]] ~ by, at = 0:len*n1 + 1,

[R] boxplot with "cut"

2012-07-09 Thread Vining, Kelly
Dear UseRs, I'm making box plots from a data set that looks like this: Chr Start End GeneDensity ReadCount_Explant ReadCount_Callus ReadCount_Regen 1 1 1 1 107.82 1.2431.047 1.496 2 1 10001 2 202.50 0.8350.869