I was wondering how to only make the main word d
in my text()
to appear in italic, but the subscripted word "unbiased"
to remain as ordinary text?
Please see my R code below the following picture.
Here is my R code:
plot(1:10, ty="n")
text( 4, 4.5, bquote(italic(d[(unbiased)])), cex = 5)