Displaying 1 result from an estimated 1 matches for "elsustop".
2005 Sep 28
1
boxplot and xlim confusion?
...e two
others get put on the next page with a nice big gap in the
middle. Does any of you have an explanation for that?
names <- c(
"LSU>, stop",
">LSU, start",
"SSU>, stop",
">SSU, start",
"TSU>, stop",
">TSU, start")
elsustop <- read.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(als...