dfts_group {fChange}R Documentation

Group Generic Functions

Description

Group generic methods defined for things like Math, Ops, and so forth.

Usage

## S3 method for class 'dfts'
Math(x, ...)

## S3 method for class 'dfts'
Ops(e1, e2)

## S3 method for class 'dfts'
cumsum(x)

Arguments

x, e1, e2

A dfts object. See dfts().

...

Further arguments passed to the methods.

Value

A dfts object with the applied operation

dfts object with data as cumsum

Examples

result <- sqrt(electricity)
result <- electricity + electricity
result1 <- electricity * electricity
cumsum(electricity)

[Package fChange version 2.1.0 Index]