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 regular font type. Thank you all. [[alternative HTML version deleted]] ______________________________________________ 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.