search for: conf_l

Displaying 1 result from an estimated 1 matches for "conf_l".

Did you mean: conf_
2007 Mar 01
2
barplot2, gap.barplot
...gplots) library(plotrix) data <- matrix(scan("./plot/example.dat", skip=1), ncol=2, nrow=8, byrow=TRUE, dimnames=list(c("1", "2", "3", "4", "5", "6", "7", "8"),c("DATA", "DATA-SEM"))) conf_l <- data[, 1] conf_u <- data[, 1] + data[, 2] op <- par(no.readonly = TRUE) par(lab=c(8,10,7)) barplot2( height=data[, 1], width=1, space=1, col='black', border='black', angle=0, density=NULL, ylim=c(-2,55), xpd=FALSE, axes=TRUE, las=1, ci.u...