Italic greek letters in R plot?
Is it possible to italicize greek letters in R plots? Ideally the following code would result in italic greek letters: plot(1:10, 1:10, type="n") text(8,4, expression(italic(gamma)~":"~italic(sigm...