round.rtv {rtv}R Documentation

Rounding rtv Objects

Description

For drtv objects, rounds to the nearest 1000th of a second. For crtv objects, wraps the regular round function. These may be changed in the near future.

Usage

## S3 method for class 'drtv':
round(x, ...)
## S3 method for class 'crtv':
round(x, ...)

Arguments

x An rtv object.
... For drtv, ignored. For crtv, further rounding arguments.

[Package rtv version 0.3.1 Index]