delayt {cwhmisc}R Documentation

Waiting loop for program execution

Description

Wait for approximately sec seconds during program execution

Usage

  delayt(sec) # wait for sec seconds

Arguments

sec

Number of seconds to wait

Details

calls Sys.time()

Value

the number of internal calls of Sys.time()

Author(s)

Christian W. Hoffmann <christian@echoffmann.ch>

Examples

  Sys.time(); nrof <- delayt(5); Sys.time()
  print(nrof) # 116596 on my machine (2.33 GHz MacBook Pro)

[Package cwhmisc version 6.6 Index]