[Vegan-commits] r1035 - in pkg/vegan: R man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Oct 7 08:58:15 CEST 2009
Author: jarioksa
Date: 2009-10-07 08:58:12 +0200 (Wed, 07 Oct 2009)
New Revision: 1035
Modified:
pkg/vegan/R/ordistep.R
pkg/vegan/man/ordistep.Rd
Log:
typos
Modified: pkg/vegan/R/ordistep.R
===================================================================
--- pkg/vegan/R/ordistep.R 2009-10-06 19:16:03 UTC (rev 1034)
+++ pkg/vegan/R/ordistep.R 2009-10-07 06:58:12 UTC (rev 1035)
@@ -1,5 +1,5 @@
`ordistep` <-
- function(object, scope, direction =c("both", "backward", "foreward"),
+ function(object, scope, direction =c("both", "backward", "forward"),
Pin = 0.05, Pout = 0.1, pstep = 100, perm.max = 1000,
steps=50, trace = TRUE, ...)
{
Modified: pkg/vegan/man/ordistep.Rd
===================================================================
--- pkg/vegan/man/ordistep.Rd 2009-10-06 19:16:03 UTC (rev 1034)
+++ pkg/vegan/man/ordistep.Rd 2009-10-07 06:58:12 UTC (rev 1035)
@@ -12,7 +12,7 @@
backward and stepwise model selection.
}
\usage{
-ordistep(object, scope, direction = c("both", "backward", "foreward"), Pin = 0.05, Pout = 0.1, pstep = 100, perm.max = 1000, steps = 50, trace = TRUE, ...)
+ordistep(object, scope, direction = c("both", "backward", "forward"), Pin = 0.05, Pout = 0.1, pstep = 100, perm.max = 1000, steps = 50, trace = TRUE, ...)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
@@ -46,7 +46,7 @@
Maximum number of iteration steps of dropping and adding terms.
}
\item{trace}{
- If positive, information is printed during the model builing. Larger
+ If positive, information is printed during the model building. Larger
values may give more information.
}
\item{\dots}{
More information about the Vegan-commits
mailing list