Dear R-Users, I'd like to have some tips about printing graph. 
I use the command par to print more graphs in one window:par(mfrow=c(6,1)); 
par(oma=c(2.5, 2.5, 2.5, 2.5));  par(mar=c(0.5,4, 0.5, 0.5))

But this command doesn't run with complex graphic command (i.e. xyplot, 
ternaryplot).How can I print more than one graph per page, when I work with 
this "elaborated" graph?Many thanks!Francesco

                                          
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to