Skip to content

Subscript

3 messages · Timthy Chang, Henrique Dallazuanna, Dimitris Rizopoulos

#
try something like this:

plot(0:1, 0:1, type = "n")
text(0.5, 0.5, expression(paste(plain(log)[2], " intensity")))

and check ?plotmath for more info.

I hope it helps.

Best,
Dimitris
Timthy Chang wrote: