dfts_group | R Documentation |
Group generic methods defined for things like Math, Ops, and so forth.
## S3 method for class 'dfts'
Math(x, ...)
## S3 method for class 'dfts'
Ops(e1, e2)
## S3 method for class 'dfts'
cumsum(x)
x , e1 , e2 |
A dfts object. See |
... |
Further arguments passed to the methods. |
A dfts object with the applied operation
dfts object with data as cumsum
result <- sqrt(electricity)
result <- electricity + electricity
result1 <- electricity * electricity
cumsum(electricity)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.