combining mathematical notation and value substitution
On Fri, 20 Jun 2003, Faheem Mitha wrote:
Hmm. Tried this, didn't work either. Inspired by pg 32 of "R for
Beginners".
main=paste("Monotonic Multigamma run",
as.expression(substitute(n==length,list(length=len))),
as.expression(substitute(theta==th,list(th=theta))))
Sorry, stupid of me. I guess that paste converts things back to character
strings, so that won't work.
Faheem.