Displaying 1 result from an estimated 1 matches for "theata1".
Did you mean:
testa1
2007 Nov 29
1
Question about using “par”
Hi,
Sorry for bothering your guys again. I am trying to use "par" to put 6
figures into 3 rows and 2 columns. My code is:
op <- par(mfrow = c(1, 2))
xyplot(x1+x2+x3 ~ y, data=resulta, type="l", pch=LETTERS[1:3], lty=c(1:3),
main="For k=3, theata1=1")
xyplot(x1+x2+x3 ~ y, data=resultb, type="l", pch=LETTERS[1:3], lty=c(1:3),
main="For k=3, theata1=5")
xyplot(x1+x2+x3 ~ y, data=resultc, type="l", pch=LETTERS[1:3], lty=c(1:3),
main="For k=5, theata1=1")
xyplot(x1+x2+x3 ~ y, data=resultd, type=&qu...