time.frame {rtv}R Documentation

time.frame Objects

Description

time.frame is called in exactly the same way as data.frame, except the the return value is a time.frame object (which is a subclass of data.frame). crtv objects can be included in either time.frame objects or regular data.frame objects. Methods are likely to be implemented for time.frame objects in future releases. At present only aggregate is implemented. In general, the user shouldn't need to call as.data.frame.rtv directly.

Usage

time.frame (...)
as.data.frame.rtv  (x, ...)

Arguments

x An rtv object.
... For time.frame, same as data.frame. For as.data.frame.rtv, ignored.

[Package rtv version 0.3.1 Index]