time.aggregate {rtv}R Documentation

Aggregation over Time

Description

The function time.aggregate is a prototypical function and may be changed substantially in future releases, hence this documentation is being kept minimal.

Usage

## S3 method for class 'rtv':
aggregate (x, ...)
## S3 method for class 'time.frame':
aggregate (x, ...)
time.aggregate (x, unit, fs=NULL, labs=fs,
    period=TRUE, exhaustive=FALSE, ...)

Arguments

x
unit The unit used for aggregation.
fs Character vector of functions, either form f, or f(varname), depending on object.
labs Labels for output, ignored unless fs provided.
period Output the period, ignored unless fs provided.
exhaustive Ignored.
... Arguments for timestring.

[Package rtv version 0.3.1 Index]