hi everyone, just wondering how i might go about plotting a graph (say using
the plot() function) where my x axis is plotting points which have
Log(values) but i want my x axis to display values in exponentiated form

ie. my log values (also scale of the x axis)     x axis displays
        -1                                                  exp(-1) = 0.36
         0                                                  exp(0) = 1
         1                                                  exp(1) = 2.72
         2                                                  exp(2) = 7.39  
...etc

    
-- 
View this message in context: 
http://www.nabble.com/axis-on-a-non-uniform-scale-tp24032916p24032916.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to