Skip to content
Prev 66981 / 398513 Next

plotting mathematical notation and values substitution

Luca Scrucca wrote on 4/4/2005 1:50 PM:
Luca,

I believe you need paste in this instance:

t1 <- 0.5; len <- 1
plot(1:10, main = substitute(paste("Monotonic Multigamma run (", n == 
len, ", ", theta == t1, ").", sep = ""), list(len = len, t1 = t1)))


--sundar