How do one modify an expression?
I am using expressions to annotate x and y labels in plots. I start of with a label as xlab <- expression(X) Note that it is the user that sets this. It could also be something more complicated as expression(sqrt(R*G)). Can I easily add a log[2] "around" this expression? I would like to get xlab <- expression(log[2](X)) I basically know nothing about expressions. Thanks Henrik Bengtsson -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._