as.rtv {rtv}R Documentation

Coercing rtv Objects

Description

Functions to coerce different objects to and from rtv objects. The function as.character.rtv is the same as timestring.

Usage

as.drtv (x)
as.crtv (x)
as.double.rtv (x, std=FALSE, ...)
as.Date.rtv (x, ...)
as.POSIXlt.rtv (x, ...)
as.POSIXct.rtv (x, ...)
as.character.rtv (x, ...)

Arguments

x Object to be coerced.
std Standardize a crtv object to the default origin and unit, before stripping attributes. Only relevant if x is a crtv object.
... Ignored, except for as.character.rtv.

[Package rtv version 0.3.1 Index]