update.timing: An update method for a timing object

Description Usage Arguments

View source: R/timing.R

Description

Assumes times[process] already exists (checking would take time). Make sure length(process)==1. Note that process can be a character(1) from names(timing$times).

Usage

1
2
## S3 method for class 'timing'
update(timing, process = 1, ...)

Arguments

timing

a 'timing' object.

process

length 1; which process within timing to be updated (numeric index or name)

...

not used.


stevetnz/stevesRfunctions documentation built on May 28, 2019, 8:21 a.m.