Displaying 1 result from an estimated 1 matches for "yylim".
Did you mean:
ylim
2007 Apr 25
1
barchart producing incorrect number of barcharts when columns renamed
...", 2]
# long
roi.stops.long<-roi.stops[roi.stops[,"Group"]=="long", 4:length
(roi.stops)]
roi.stops.long.subjects=roi.stops[roi.stops[,"Group"]=="long", 2]
#matrixToPlot=as.matrix(roi.errs.ctrl[1:5,])
#yylim=c(floor(min(matrixToPlot)), ceiling(max(matrixToPlot)))
#barplot(matrixToPlot, col=c(2:6), beside=T, ylim=yylim,
names.arg=colnames(roi.errs.ctrl),
# border=c(2:6), legend.text=roi.errs$Subject[1:5])
roi.errs.ctrl.matrix=as.matrix(roi.errs.ctrl)
roi.errs.short.matrix=as.matrix(roi.e...