[R] Y label with bold superscript

2009-05-30 Thread Arnaldo Russo
Hi, I`m trying to put my superscript type in bold style. Could somebody help me? My text is inside a barplot. #!/bin/R barplot(x, ylab=expression(paste("org.", cm^-2))) # so I tried this way, barplot(x, ylab=expression(bold(paste("org.", cm^-2 # but my superscript maintain its shape in reg

[R] Barplot, Bold font in superscript cm^-2

2009-05-08 Thread Arnaldo Russo
Hi, I`m trying to put my superscript type in bold style. Could somebody help me? My text is inside a barplot. #!/bin/Rbarplot(x, ylab=expression(paste("org.", cm^-2))) # so I tried this way, *barplot(x, ylab=expression(bold(paste("org.", cm^-2* # but my superscript maintain its shape in re

[R] expression(paste with the superscript in bold font

2009-05-08 Thread Arnaldo Russo
Hi, I`m trying to put my superscript type in bold style. Could somebody help me? My text is inside a barplot. #!/bin/Rbarplot(x, ylab=expression(paste("org.", cm^-2))) # so I tried this way, *barplot(x, ylab=expression(bold(paste("org.", cm^-2* # but my superscript maintain its shape in re