setTimes: Function that sets the look times

Description Usage Arguments Value Examples

Description

Sets the look times. It is to be called only for the inital design, not for updating the design.

Usage

1
setTimes(theObject, time0)

Arguments

theObject

The sequential design object

time0

The look times.

Value

an object of class "sequential.design"

Examples

1
2
design1<-sequential.design()
design1<-setTimes(design1,c(1,2,3))

seqmon documentation built on Sept. 5, 2020, 1:06 a.m.