[Vegan-commits] r2671 - pkg/permute/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Nov 7 23:37:05 CET 2013
Author: gsimpson
Date: 2013-11-07 23:37:05 +0100 (Thu, 07 Nov 2013)
New Revision: 2671
Modified:
pkg/permute/man/how.Rd
Log:
change the example to use the nested update() idiom for manipulating permutation designs.
Modified: pkg/permute/man/how.Rd
===================================================================
--- pkg/permute/man/how.Rd 2013-11-07 22:35:46 UTC (rev 2670)
+++ pkg/permute/man/how.Rd 2013-11-07 22:37:05 UTC (rev 2671)
@@ -112,6 +112,6 @@
## ... remove the blocking:
update(h1, blocks = NULL)
## ... or switch the type of shuffling at a level:
-update(h1, plots = Plots(strata = plts, type = "none"))
+update(h1, plots = update(getPlots(h1), type = "none"))
}
\keyword{ utils }
\ No newline at end of file
More information about the Vegan-commits
mailing list