Re: [R] sweave and lessR

2012-12-16 Thread Scott Cushman
Thank you for the reply. With many calls to Density() I miss Sweave taking care of the naming of the files and the generating of the \includegraphics statements, but I guess this will work. On Dec 16, 2012, at 2:54 PM, Duncan Murdoch wrote: > On 12-12-16 12:42 PM, Scott Cushman wrote: >> >> H

Re: [R] sweave and lessR

2012-12-16 Thread Duncan Murdoch
On 12-12-16 3:12 PM, Scott Cushman wrote: Thank you for the reply. With many calls to Density() I miss Sweave taking care of the naming of the files and the generating of the \includegraphics statements, but I guess this will work. You (or the lessR author) could possibly write your own custo

Re: [R] sweave and lessR

2012-12-16 Thread Duncan Murdoch
On 12-12-16 12:42 PM, Scott Cushman wrote: Hello I am using sweave with the Density() function from lessR package. However, unlike the older color.density() function, Density() does not work with the standard graphic output functions in R, such as pdf. Is there away to include figures fgenera

[R] sweave and lessR

2012-12-16 Thread Scott Cushman
Hello I am using sweave with the Density() function from lessR package. However, unlike the older color.density() function, Density() does not work with the standard graphic output functions in R, such as pdf. Is there away to include figures fgenerated rom lessR in sweave documents? thank yo