Skip to content
Prev 75526 / 398502 Next

complex expression with plotmath

On 8/14/05, Felipe Csaszar <fcsaszar at gmail.com> wrote:
Try this:


myplot <- function(var1, var2) 
	plot(1:10, main = bquote(.(var1) == 1 ~ "&" ~ .(var2) == 2))
myplot(quote(Q[i]), quote(Delta[j]))