[R] Re: combining mathematical notation and value substitution
Faheem Mitha
faheem at email.unc.edu
Fri Jun 20 09:16:39 CEST 2003
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.
More information about the R-help
mailing list