setCurrentLook | R Documentation |
Sets the current look number. The curent look is the one that last took place.
setCurrentLook(theObject, look0)
theObject |
The sequential design object |
look0 |
The curent look number |
The curent look is the one that last took place. One can only set the current look forward. If the new current look number attempted is less than the old current look number, no action will take place and the current look number will not be updated.
an object of class "sequential.design"
design1<-sequential.design()
design1<-setCurrentLook(design1,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.