[Vegan-commits] r882 - pkg/vegan/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jun 28 17:16:08 CEST 2009
Author: jarioksa
Date: 2009-06-28 17:16:08 +0200 (Sun, 28 Jun 2009)
New Revision: 882
Modified:
pkg/vegan/man/biplot.rda.Rd
pkg/vegan/man/plot.cca.Rd
Log:
sloppy code/doc matching in r881
Modified: pkg/vegan/man/biplot.rda.Rd
===================================================================
--- pkg/vegan/man/biplot.rda.Rd 2009-06-28 13:23:20 UTC (rev 881)
+++ pkg/vegan/man/biplot.rda.Rd 2009-06-28 15:16:08 UTC (rev 882)
@@ -35,7 +35,7 @@
\item{xlim, ylim}{the x and y limits (min, max) of the plot.}
\item{col}{Colours used for sites and species (in this order). If only
one colour is given, it is used for both.}
- \item{dots}{General scaling constant for \code{\link{scores.rda}}.}
+ \item{const}{General scaling constant for \code{\link{scores.rda}}.}
\item{\dots}{Other parameters for plotting functions.}
}
\details{
Modified: pkg/vegan/man/plot.cca.Rd
===================================================================
--- pkg/vegan/man/plot.cca.Rd 2009-06-28 13:23:20 UTC (rev 881)
+++ pkg/vegan/man/plot.cca.Rd 2009-06-28 15:16:08 UTC (rev 882)
@@ -21,9 +21,9 @@
\method{plot}{cca}(x, choices = c(1, 2), display = c("sp", "wa", "cn"),
scaling = 2, type, xlim, ylim, const, ...)
\method{text}{cca}(x, display = "sites", labels, choices = c(1, 2), scaling = 2,
- arrow.mul, head.arrow = 0.05, select, ...)
+ arrow.mul, head.arrow = 0.05, select, const, ...)
\method{points}{cca}(x, display = "sites", choices = c(1, 2), scaling = 2,
- arrow.mul, head.arrow = 0.05, select, ...)
+ arrow.mul, head.arrow = 0.05, select, const, ...)
\method{scores}{cca}(x, choices=c(1,2), display=c("sp","wa","cn"), scaling=2, ...)
\method{scores}{rda}(x, choices=c(1,2), display=c("sp","wa","cn"), scaling=2,
const, ...)
More information about the Vegan-commits
mailing list