Displaying 2 results from an estimated 2 matches for "dielvars".
Did you mean:
dib_vars
2008 Jun 26
0
plot multiple xYplots
...ot;b",
keys="lines",pch=16,col=1,cap=.04,
ylim=c(-0.5,6.5),xlim=c(0.1,24.6),
xlab="Hour (local time)",ylab=expression(log(RNA)),
layout=c(3,1),aspect=5/3)
For some time, the following commands worked fine w/ xyplots
postscript(file="G:/MyArticles/ConditionArticle/DielVars.eps",
horiz=T,paper="a4")
print(rd.h,split=c(1,1,2,2),more=T)
print(rna.h,split=c(2,1,2,2),more=T)
print(sl.h,split=c(1,2,2,2),more=T)
print(pp.h,split=c(2,2,2,2))
dev.off()
I'd got in the end a pretty page w/ plots distributed "evenly" and
SIMULTANEOUSLY. Now, they...
2008 Jun 26
0
multiple xYplots
...lines",pch=16,col=1,cap=.04,
ylim=c(-0.5,6.5),xlim=c(0.1,24.6),
xlab="Hour (local time)",ylab=expression(log(RNA)),
layout=c(3,1),aspect=5/3)
For some time, the following commands worked fine w/ xyplots
postscript(file="G:/MyArticles/ConditionArticle/DielVars.eps",
horiz=T,paper="a4")
print(rd.h,split=c(1,1,2,2),more=T)
print(rna.h,split=c(2,1,2,2),more=T)
print(sl.h,split=c(1,2,2,2),more=T)
print(pp.h,split=c(2,2,2,2))
dev.off()
I'd got in the end a pretty page w/ plots distributed "evenly" and
SIMULTANEOUSLY. N...