[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,10000,100000,1000000,10000000)
> 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 exponent here 3 
> superscript (raised).
> Any help very much appreciated!
>
Hi Tom,

Have a look at axis.mult in the plotrix package.

Jim

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to