setTimes {seqmon} | R Documentation |
Function that sets the look times
Description
Sets the look times. It is to be called only for the inital design, not for updating the design.
Usage
setTimes(theObject, time0)
Arguments
theObject |
The sequential design object |
time0 |
The look times. |
Value
an object of class "sequential.design"
Examples
design1<-sequential.design()
design1<-setTimes(design1,c(1,2,3))
[Package seqmon version 2.5 Index]