Displaying 1 result from an estimated 1 matches for "firsat".
Did you mean:
firat
2007 Aug 16
6
several plots on several pages
...but doesn't have
to.)
I produced the foolowing code below, but I have a few problems:
1) how can I create a new page in the pdf?
2) how can I make sure that the second graph is in position 2 when graph
one produces an error when plotting I(as in the example)? Everything
works OK (for the firsat page) when graph one is plotted.
I have the feeling, that I am thinking to complicated.
Any help welcome,
Rainer
pdf("test.pdf")
try(
{
## Set layout to three rows and only oine column
par( mfcol=c(3,1), oma=c(0,0,0,0), mar=c(4, 4, 2, 2) )
## First row
par(m...