[Vegan-commits] r1236 - pkg/vegan/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jul 19 08:31:25 CEST 2010


Author: jarioksa
Date: 2010-07-19 08:31:25 +0200 (Mon, 19 Jul 2010)
New Revision: 1236

Modified:
   pkg/vegan/man/vegan-internal.Rd
Log:
document veganCovEllipse

Modified: pkg/vegan/man/vegan-internal.Rd
===================================================================
--- pkg/vegan/man/vegan-internal.Rd	2010-07-19 06:21:18 UTC (rev 1235)
+++ pkg/vegan/man/vegan-internal.Rd	2010-07-19 06:31:25 UTC (rev 1236)
@@ -8,7 +8,8 @@
 \alias{ordiTerminfo}
 \alias{pasteCall}
 \alias{ordiArrowMul}
-\alias{ordiArgAbsorber}
+\alias{ordiArgAbsorber
+\alias{veganCovEllipse}
 \title{Internal vegan functions}
 
 \description{
@@ -28,6 +29,7 @@
 centroids.cca(x, mf, wt)
 permuted.index(n, strata)
 pasteCall(call, prefix = "Call:")
+veganCovEllipse(cov, center = c(0, 0), scale = 1, npoints = 100)
 }
 
 \details{
@@ -72,6 +74,8 @@
   \code{pasteCall} prints the function call so that it is nicely wrapped
   in \code{\link[utils]{Sweave}} output.
 
+  \code{veganCovEllipse} finds the coordinates for drawing a
+  covariance ellipse.
 }
 
 \keyword{internal }



More information about the Vegan-commits mailing list