Re: [R] Computer Modern

2009-07-10 Thread Mr Derik
be welcome. Paul Murrell wrote: Hi Also see http://www.stat.auckland.ac.nz/~paul/R/CM/CMR.html Paul (Ted Harding) wrote: On 02-Jul-09 09:06:44, Mr Derik wrote: I am trying to use computer modern fonts in postscript files for a latex document. Ultimately I want to automate

[R] Computer Modern

2009-07-02 Thread Mr Derik
I am trying to use computer modern fonts in postscript files for a latex document. Ultimately I want to automate this through sweave. I've read the documentation ans have tried the following code to use lattice to produce a graph using computer modern: library(lattice) library(grid) testPlot=(

Re: [R] Sweave in LATEX

2009-01-07 Thread Mr Derik
I have solved the problem. It seems that the \Sexpr{} sequence is processed by R rather than latex. If you use: Sweave(Sweave-test-1.Rnw, syntax=SweaveSyntaxNoweb) When processing in R then this is handled in the appropriate way. Duncan Murdoch-2 wrote: On 1/6/2009 6:44 AM, Mr Derik

Re: [R] Sweave in LATEX

2009-01-06 Thread Mr Derik
recognise \Sexpr. I've uploaded the PDF I get, if that is of any help. Cheers Matt -Original Message- From: Duncan Murdoch [mailto:murd...@stats.uwo.ca] Sent: Tuesday, January 06, 2009 2:18 PM To: Mr Derik Cc: r-help@r-project.org Subject: Re: [R] Sweave in LATEX On 1/6/2009 6:44 AM, Mr

Re: [R] Lattice box percentile plot

2008-05-20 Thread Mr Derik
)) thanks y Mr Derik wrote: Dear Nabble. I am trying to draw a box percentile plot with trellis using the panel in Hmisc. I really want to colour the plots in. I can alter several of features of the plot by changing the trellis par settings but I just can’t fill the shape

[R] Lattice box percentile plot

2008-05-16 Thread Mr Derik
Dear Nabble. I am trying to draw a box percentile plot with trellis using the panel in Hmisc. I really want to colour the plots in. I can alter several of features of the plot by changing the trellis par settings but I just can’t fill the shape in. Here is some example code which alters line