On 01/07/16 10:51, Paul Murrell wrote:
Hi
There are a couple of plotmath expressions that control text size, plus
in this case you could just drop the superscripting (which I believe was
Goran's advice) ...
plot(1:10, type="n")
text(2, 8, expression(paste(bolditalic(p)^"*"))) #Rolf's original
text(2, 6, expression(paste(bolditalic(p)^textstyle("*"))))
text(2, 4, expression(paste(bolditalic(p)*"*")))
Thanks Paul.
cheers,
Rolf
--
Technical Editor ANZJS
Department of Statistics
University of Auckland
Phone: +64-9-373-7599 ext. 88276
______________________________________________
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.