Displaying 1 result from an estimated 1 matches for "atsustop".
Did you mean:
alsustop
2005 Sep 28
1
boxplot and xlim confusion?
...uot;)
[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(xlim=xaxis, ylim=yaxis)
boxplot(blsustop$V1...