I'm trying to learn to use latex2exp to add some LaTeX in plots. I don't see how to include the value of a variable in the LaTeX expression. Suppose I have
b<-3
and want to display \beta = 3 (but with a Greek beta and the value of b rather than literally typing in 3.)