Skip to content
Prev 33574 / 398506 Next

combining mathematical notation and value substitution

On Fri, 20 Jun 2003, Faheem Mitha wrote:

            
[snip]
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))))

                                            Faheem.