Hello,
the following may work:
t <- "sample text" x <- 333
plot(1, 1,
main = expression(main[x1]),
xlab = substitute(xxx ~ xlab[x2], list(xxx=t)),
sub = parse(text = paste("sub[", x, "]"))
)Some more examples are on the ?substitute help page.
Thomas P.
______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
