In an R plot I add some parameters using:
text <- c(
paste("T=", T, "K"),
paste("M=", M, "g/mol"),
paste("E(v_rms)=", round(Evrms,4), "eV"),
paste("E_A=", round(Elim,4), "eV"),
paste("P(E>E_A)=", signif(1-y2sum[j],digits=4)) )
legend("topright", text)
Is it doable to display e.g. "v_rms" mathematicly correctly? The resulting plot looks like this: