Skip to content
Prev 340146 / 398500 Next

filename of current device

On May 14, 2014, at 3:04 PM, Andreas Leha wrote:

            
Have your read the help file for pdf()? The first argument is the default naming mechanism:

file = ifelse(onefile, "Rplots.pdf", "Rplot%03d.pdf")

So if you call pdf() then it will write to the working directory with a named constructed from those choices.
David Winsemius
Alameda, CA, USA