dfts_group: Group Generic Functions

dfts_groupR 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)

fChange documentation built on June 21, 2025, 9:08 a.m.