Skip to content

using "substitute" inside a legend

1 message · Uwe Ligges

#
Mathew Fox wrote:
legend(20, 120, title = "fitted models",
     do.call("expression", list(model1, model2, model3, model4)),
     lty=1, col=c("blue", "red", "black", "green"))

Uwe Ligges