[Vegan-commits] r1394 - pkg/vegan/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Dec 8 18:55:24 CET 2010
Author: jarioksa
Date: 2010-12-08 18:55:24 +0100 (Wed, 08 Dec 2010)
New Revision: 1394
Modified:
pkg/vegan/man/ordistep.Rd
Log:
fix ordistep.Rd
Modified: pkg/vegan/man/ordistep.Rd
===================================================================
--- pkg/vegan/man/ordistep.Rd 2010-12-08 17:44:21 UTC (rev 1393)
+++ pkg/vegan/man/ordistep.Rd 2010-12-08 17:55:24 UTC (rev 1394)
@@ -157,10 +157,9 @@
## Example of ordiR2step with default direction = "both"
## (This never goes "backward" but evaluates included terms.)
step.res <- ordiR2step(mod0, mod1, perm.max = 200)
-step.res <- ordiR2step(rda(dune ~ 1, dune.env), mod1, perm.max = 200)
step.res$anova # Summary table
-## Example of ordiR2step with direction} = "forward"
+## Example of ordiR2step with direction = "forward"
step.res <- ordiR2step(mod0, scope = formula(mod1), direction="forward")
step.res <- ordiR2step(mod0, scope = formula(mod1), direction="forward", trace=0)
step.res$anova # Summary table
More information about the Vegan-commits
mailing list