> I would like to know a bit more about illustrating an a4 page within R. > Finally I would like to have a pdf with multiple pages containing some > statistics. > I'm already able to produce a pdf, containing a plot in the center of one a4 > page. As a next step I would like to set a title on top of this a4 page > (maybe with absolute positions, if not possible to set it relative?). The > plots then should be centered horizontaly but not vertically... > > Can you give me some advice, how to realise this?
You want Sweave() ;-) With Sweave you can mix R and LaTeX code to produce nicely formatted reports. cu Philipp -- Dr. Philipp Pagel Lehrstuhl f�r Genomorientierte Bioinformatik Technische Universit�t M�nchen Wissenschaftszentrum Weihenstephan 85350 Freising, Germany http://mips.gsf.de/staff/pagel
______________________________________________ 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.