[R] PDF help for linux

2011-04-19 Thread Feng Li
Dear R, Usually when I want to read pdf help for R functions under Linux, I do the following steps > help("par",help_type="pdf") > system(paste(getOption("pdfviewer"),"par.pdf")) which works well. First question, can I let "help" to save the pdf file to a different place other than current worki

Re: [R] PDF help

2008-08-08 Thread Duncan Murdoch
On 8/8/2008 11:11 AM, Rajasekaramya wrote: hi there Is there any way to create automatic bookmarks for the pdf while writing the plots in the pdf. Not directly, but you can do so with a combination of R and LaTeX, using Sweave. Duncan Murdoch __

[R] PDF help

2008-08-08 Thread Rajasekaramya
hi there Is there any way to create automatic bookmarks for the pdf while writing the plots in the pdf. Ramya -- View this message in context: http://www.nabble.com/PDF-help-tp18893669p18893669.html Sent from the R help mailing list archive at Nabble.com.