[Vegan-commits] r2554 - pkg/vegan/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jul 10 13:48:44 CEST 2013
Author: jarioksa
Date: 2013-07-10 13:48:44 +0200 (Wed, 10 Jul 2013)
New Revision: 2554
Modified:
pkg/vegan/man/dispweight.Rd
Log:
fixed example
Modified: pkg/vegan/man/dispweight.Rd
===================================================================
--- pkg/vegan/man/dispweight.Rd 2013-07-10 11:48:43 UTC (rev 2553)
+++ pkg/vegan/man/dispweight.Rd 2013-07-10 11:48:44 UTC (rev 2554)
@@ -47,7 +47,7 @@
data(dune)
data(dune.env)
# calculate weights
-dpw <- disp_weight(dune, dune.env$Management, nperm = 100)
+dpw <- dispweight(dune, dune.env$Management, nperm = 100)
# transformed community data
dpw$transformed
}
More information about the Vegan-commits
mailing list