[R] 10^x instead 10EX on plot axes. How?

2006-07-10 Thread hulubu
Hi, I'm drawing a very simple plot with both axes logarithmic (default base 10). Example: vec=c(1,10,100,1000,1,10,100,1000) plot(vec,vec,log="xy") The axes on the plot now show the technical notation like 1E+3 but I would prefer to have it the notation 10 ^3 i.e. with the expone

Re: [R] 10^x instead 10EX on plot axes. How?

2006-07-10 Thread Duncan Murdoch
On 7/10/2006 12:43 PM, [EMAIL PROTECTED] wrote: > Hi, > > I'm drawing a very simple plot with both axes logarithmic (default base 10). > Example: > vec=c(1,10,100,1000,1,10,100,1000) > plot(vec,vec,log="xy") > > The axes on the plot now show the technical notation like 1E+3 but I

Re: [R] 10^x instead 10EX on plot axes. How?

2006-07-10 Thread Berton Gunter
eorge E. P. Box > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Monday, July 10, 2006 9:43 AM > To: r-help@stat.math.ethz.ch > Subject: [R] 10^x instead 10EX on plot axes. How? > > Hi, > >

Re: [R] 10^x instead 10EX on plot axes. How?

2006-07-10 Thread Jim Lemon
[EMAIL PROTECTED] wrote: > Hi, > > I'm drawing a very simple plot with both axes logarithmic (default base 10). > Example: > vec=c(1,10,100,1000,1,10,100,1000) > plot(vec,vec,log="xy") > > The axes on the plot now show the technical notation like 1E+3 but I would > prefer to have