Skip to content
Prev 206567 / 398503 Next

plotting Formulas with greek letters and variable values (expression, substitute, paste, ...)

On 17.01.2010 18:47, rrookie1982 wrote:
It is much easier, just write the formula down in R syntax and 
substitute the relevant variables as in:

text(0, 7.5, substitute(tau(A) == a*lg(A^b), list(a=1.234, b=-0.567)))

Best,
Uwe Ligges