Re: [Rpy] help with matplot

2007-05-15 Thread John Owens
Trevor Wiens interbaun.com> writes: > > On Tue, 15 May 2007 02:40:55 + (UTC) > John Owens wrote: > > > Would LOVE to get some help with the "matplot" function. > > General rule. Make sure it works first in R Yes, I freely admit I was doing the worst kind of trial and guess. (Also I don't

[Rpy] example of "expression"?

2007-05-15 Thread John Owens
I'm trying to use "expression" to set axis labels (so I can get superscripts, 2^10 for instance). I think the right nomenclature in R is expression("2^10", "2^11", ...) (i.e. r.axis(1, labels=expression(...))) but I have not been able to get it to work under rpy. Any example of how to get the m