Skip to content
Prev 180014 / 398513 Next

How to generate pdf in more than 1 papes

pdf() WILL draw all graphs in a single pdf file by default (onefile = TRUE)

# you didn't tell us your R version
_
platform       i386-pc-mingw32
arch           i386
os             mingw32
system         i386, mingw32
status
major          2
minor          9.0
year           2009
month          04
day            17
svn rev        48333
language       R
version.string R version 2.9.0 (2009-04-17)
null device
          1
# see Rplots.pdf under getwd()
# 10 pages in one file instead of single pages in 10 files

Regards,
Yihui
--
Yihui Xie <xieyihui at gmail.com>
Phone: +86-(0)10-82509086 Fax: +86-(0)10-82509086
Mobile: +86-15810805877
Homepage: http://www.yihui.name
School of Statistics, Room 1037, Mingde Main Building,
Renmin University of China, Beijing, 100872, China
On Tue, May 12, 2009 at 1:14 PM, Xiaogang Yang <gavinxyang at gmail.com> wrote: