An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-ecology/attachments/20080715/c634ddc3/attachment.pl>
Ordiplot Figure Legends
2 messages · Josh Stumpf, Gavin Simpson
On Tue, 2008-07-15 at 15:27 -0400, Josh Stumpf wrote:
I have been searching Manual pages for hours and am obviously looking in the wrong places. Can anyone direct me to instructions relating to adding legends to ordiplot objects in vegan?
ordiplot objects/plots are normal R plots. So just use legend() with
appropriate x,y coordinates:
example(plot.cca)
legend("bottomleft", legend = c("Group 1","Group 2"), pch = 1:2,
col = c("red","blue"))
Does this suffice?
G
Joshua Stumpf Eastern Michigan University [[alternative HTML version deleted]]
_______________________________________________ R-sig-ecology mailing list R-sig-ecology at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-ecology