« Return to Thread: more than one mathematical annotation into a legend

more than one mathematical annotation into a legend

by Thomas Roth (geb. Kaliwe) :: Rate this Message:

Reply to Author | View in Thread

Dear members,

Is there a way to put more than one mathematical annotation into a
legend together with a calculated value?

x = 2
plot(1:10)

#Works
legend(8, 8,  substitute(t[m] == x))

#does not work
legend(4,4, c(substitute(t[m] == x), substitute(t[n] == x)))

Thanks


Thomas Roth

______________________________________________
R-help@... mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

 « Return to Thread: more than one mathematical annotation into a legend