Skip to content
Prev 176009 / 398506 Next

using "substitute" inside a legend

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