[Vegan-commits] r1245 - in pkg/vegan/inst: . doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jul 21 14:43:59 CEST 2010
Author: jarioksa
Date: 2010-07-21 14:43:59 +0200 (Wed, 21 Jul 2010)
New Revision: 1245
Modified:
pkg/vegan/inst/ChangeLog
pkg/vegan/inst/doc/intro-vegan.Rnw
Log:
intro uses label with ordispider
Modified: pkg/vegan/inst/ChangeLog
===================================================================
--- pkg/vegan/inst/ChangeLog 2010-07-21 08:51:48 UTC (rev 1244)
+++ pkg/vegan/inst/ChangeLog 2010-07-21 12:43:59 UTC (rev 1245)
@@ -9,6 +9,8 @@
* FAQ: new entry on negative or non-numeric data, and updates of
variance explained by ordination.
+ * intro: ordispider uses label.
+
* plot.MOStest: uses veganCovEllipse instead of
ellipse:::ellipse.glm.
Modified: pkg/vegan/inst/doc/intro-vegan.Rnw
===================================================================
--- pkg/vegan/inst/doc/intro-vegan.Rnw 2010-07-21 08:51:48 UTC (rev 1244)
+++ pkg/vegan/inst/doc/intro-vegan.Rnw 2010-07-21 12:43:59 UTC (rev 1245)
@@ -201,7 +201,7 @@
plot(ord, disp="sites", type="n")
ordihull(ord, Management, col="blue")
ordiellipse(ord, Management, col=3,lwd=2)
-ordispider(ord, Management, col="red")
+ordispider(ord, Management, col="red", label = TRUE)
points(ord, disp="sites", pch=21, col="red", bg="yellow", cex=1.3)
@
\begin{SCfigure}
More information about the Vegan-commits
mailing list