Re: [R] "%03d" in the pdf command

2005-07-23 Thread Ted Harding
On 23-Jul-05 Prof Brian Ripley wrote: > On Sat, 23 Jul 2005, Dennis Fisher wrote: > >> The pdf man page contains the following text: >> >> pdf(file = ifelse(onefile, "Rplots.pdf", "Rplot%03d.pdf"), >> width = 6, height = 6, onefile = TRUE, family = "Helvetica", >> title = "R

Re: [R] "%03d" in the pdf command

2005-07-23 Thread Prof Brian Ripley
On Sat, 23 Jul 2005, Dennis Fisher wrote: > The pdf man page contains the following text: > > pdf(file = ifelse(onefile, "Rplots.pdf", "Rplot%03d.pdf"), > width = 6, height = 6, onefile = TRUE, family = "Helvetica", > title = "R Graphics Output", fonts = NULL, version = "1.1

[R] "%03d" in the pdf command

2005-07-23 Thread Dennis Fisher
The pdf man page contains the following text: pdf(file = ifelse(onefile, "Rplots.pdf", "Rplot%03d.pdf"), width = 6, height = 6, onefile = TRUE, family = "Helvetica", title = "R Graphics Output", fonts = NULL, version = "1.1", paper, encoding, bg, fg, pointsize)