I was wondering how I could change ONLY the color of the "20%" in the mtext()
below?
Here is the picture of my plot (please see my R code below the picture):
Here is my R code:
plot(1)
a = .3
b = .5
mtext(side = 3, bquote(bold("There is:"~ bolditalic(.(paste(round((b - a)*100, 2), "%",
sep="")))~"probability that REAL effect size is equivalent to ZERO")),
cex = 1.3, xpd =T)