setCurrentLook: Function that sets the current look number

setCurrentLookR Documentation

Function that sets the current look number

Description

Sets the current look number. The curent look is the one that last took place.

Usage

setCurrentLook(theObject, look0)

Arguments

theObject

The sequential design object

look0

The curent look number

Details

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.

Value

an object of class "sequential.design"

Examples

design1<-sequential.design()
design1<-setCurrentLook(design1,2)

seqmon documentation built on May 29, 2024, 9:14 a.m.