Hi all, 

ok I have this issue: 

I want to change my graphs legends to custom text, often requiring the use of 
superscripts/subscripts
I tried to use this instruction I found on stack overflow: 

labs(x = "R(Ohm)", y= "CDF", aesthetic= " Content (%)" )

but it wont' seem to work. 

Also tried bquote for super/ subscripts 

xlab(bquote(~x~/(~x~ + ~MO[2]~)* '(%)'))

but I get an error that the / operator is not recognized. 

Any ideas on how I can solve these issues ? 

Thanks in advance,
Marios Barlas

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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