search for: alsustart

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

Did you mean: blsustart
2005 Sep 28
1
boxplot and xlim confusion?
...d.table("28s.euk.accuracy.stop.dev") [skipped lots of read.table, which just reads files with one number on each line] par(mfcol=c(1,3)) par(mai = c(0,0,0.5,0.2), omi = c(1,1,1,1)) xaxis = c(-6000,1000) yaxis = c(0,7) #plot.new() #plot.window(xlim=xaxis, ylim=yaxis) boxplot(alsustop$V1 ,alsustart$V1 ,assustop$V1 ,alsustart$V1 ,atsustop$V1 ,atsustart$V1 ,names=names,col=c("lightblue","orange","lightblue","orange","lightblue","orange") ,horizontal = TRUE, main="ARC", xaxs = "i", las=1) #plot.new() #plot.window(xli...