Re: [R] Adapt sweave function to produce an automatic pdf.

2014-11-20 Thread Marc Schwartz
> On Nov 20, 2014, at 4:03 AM, Frederic Ntirenganya wrote: > > Hi All, > > I want to make a climate method ("sweave_function"). The aim is to be able > to adapt sweave code that produces an automatic pdf so that it can works > for my climate object. i.e. instead of compile pdf, I call : > data_

[R] Adapt sweave function to produce an automatic pdf.

2014-11-20 Thread Frederic Ntirenganya
Hi All, I want to make a climate method ("sweave_function"). The aim is to be able to adapt sweave code that produces an automatic pdf so that it can works for my climate object. i.e. instead of compile pdf, I call : data_obj$sweave_function() and get the pdf. for instance I have boxplot_method()