Learn R Programming

fChange (version 2.1.0)

dfts_group: Group Generic Functions

Description

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

Usage

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

# S3 method for dfts Ops(e1, e2)

# S3 method for dfts cumsum(x)

Value

A dfts object with the applied operation

dfts object with data as cumsum

Arguments

x, e1, e2

A dfts object. See dfts().

...

Further arguments passed to the methods.

Examples

Run this code
result <- sqrt(electricity)
result <- electricity + electricity
result1 <- electricity * electricity
cumsum(electricity)

Run the code above in your browser using DataLab