[Vegan-commits] r2773 - pkg/permute/vignettes

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Nov 30 21:19:11 CET 2013


Author: gsimpson
Date: 2013-11-30 21:19:11 +0100 (Sat, 30 Nov 2013)
New Revision: 2773

Modified:
   pkg/permute/vignettes/permutations.Rnw
Log:
rewording

Modified: pkg/permute/vignettes/permutations.Rnw
===================================================================
--- pkg/permute/vignettes/permutations.Rnw	2013-11-30 19:47:02 UTC (rev 2772)
+++ pkg/permute/vignettes/permutations.Rnw	2013-11-30 20:19:11 UTC (rev 2773)
@@ -505,12 +505,12 @@
 getCall(getPlots(hh))
 @
 
-At the top level, a user can update the design using \code{update()}. Hence the equivalent of the above update (this time resetting the original type; \code{type = "series"})
+At the top level, a user can update the design using \code{update()}. Hence the equivalent of the above update is (this time resetting the original type; \code{type = "series"})
 <<get-set-eg7>>=
 hh <- update(hh, plots = update(getPlots(hh), type = "series"))
 getType(hh, which = "plots")
 @
-This however is not guaranteed to work within a function, because we do not guarantee that components of the call used to create \code{hh} can be found from the execution frame where \code{update()} is called. To be safe, always use the \code{setFoo<-()} replacement functions to update design objects from within your functions.
+However, this approach is not assured of working within a function because we do not guarantee that components of the call used to create \code{hh} can be found from the execution frame where \code{update()} is called. To be safe, always use the \code{setFoo<-()} replacement functions to update design objects from within your functions.
 
 \section*{Computational details}
 This vignette was built within the following environment:



More information about the Vegan-commits mailing list