[Vegan-commits] r2517 - pkg/permute/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jun 12 21:18:59 CEST 2013


Author: gsimpson
Date: 2013-06-12 21:18:58 +0200 (Wed, 12 Jun 2013)
New Revision: 2517

Modified:
   pkg/permute/man/how.Rd
Log:
add an example - essentially test that print.how works

Modified: pkg/permute/man/how.Rd
===================================================================
--- pkg/permute/man/how.Rd	2013-06-12 17:50:23 UTC (rev 2516)
+++ pkg/permute/man/how.Rd	2013-06-12 19:18:58 UTC (rev 2517)
@@ -101,4 +101,11 @@
 \seealso{\code{\link{shuffle}} for permuting from a design,
   \code{\link{check}}, a utility function for checking permutation
   design described by \code{how}.}
+\examples{
+plts <- gl(4,10)
+blks <- gl(2,20)
+how(within = Within(type = "series", mirror = TRUE),
+    plots = Plots(strata = plts, type = "series"),
+    blocks = blks)
+}
 \keyword{ utils  }
\ No newline at end of file



More information about the Vegan-commits mailing list