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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jun 21 20:56:09 CEST 2011


Author: gsimpson
Date: 2011-06-21 20:56:07 +0200 (Tue, 21 Jun 2011)
New Revision: 1647

Modified:
   pkg/permute/man/shuffle.Rd
Log:
adds some extract functions for working with permControl objects

Modified: pkg/permute/man/shuffle.Rd
===================================================================
--- pkg/permute/man/shuffle.Rd	2011-06-21 18:55:18 UTC (rev 1646)
+++ pkg/permute/man/shuffle.Rd	2011-06-21 18:56:07 UTC (rev 1647)
@@ -5,6 +5,15 @@
 \alias{Within}
 \alias{print.permControl}
 \alias{permute}
+\alias{getBlocks}
+\alias{getBlocks.default}
+\alias{getBlocks.permControl}
+\alias{getWithin}
+\alias{getWithin.default}
+\alias{getWithin.permControl}
+\alias{getStrata}
+\alias{getStrata.default}
+\alias{getStrata.permControl}
 
 \title{Unrestricted and restricted permutations}
 \description{
@@ -28,6 +37,18 @@
        mirror = FALSE, ncol = NULL, nrow = NULL)
 
 permute(i, n, control)
+
+getWithin(object, ...)
+
+\method{getWithin}{permControl}(object, ...)
+
+getBlocks(object, ...)
+
+\method{getBlocks}{permControl}(object, ...)
+
+getStrata(object, ...)
+
+\method{getStrata}{permControl}(object, ...)
 }
 
 \arguments{
@@ -60,8 +81,10 @@
     permutation is produced for each level of \code{strata}.}
   \item{mirror}{logical; should mirroring of sequences be allowed?}
   \item{ncol, nrow}{numeric; the number of columns and rows of samples
-    in the spatial grid respectiavly.}
+    in the spatial grid respectively.}
   \item{i}{integer; row of \code{control$all.perms} to return.}
+  \item{object}{An R object to dispatch on.}
+  \item{\dots}{Arguments passed on to other methods.}
 }
 \details{
   \code{shuffle} can generate permutations for a wide range of



More information about the Vegan-commits mailing list