powered by
Group generic methods defined for things like Math, Ops, and so forth.
# S3 method for dfts Math(x, ...)# S3 method for dfts Ops(e1, e2)# S3 method for dfts cumsum(x)
# S3 method for dfts Ops(e1, e2)
# S3 method for dfts cumsum(x)
A dfts object with the applied operation
dfts object with data as cumsum
A dfts object. See dfts().
dfts()
Further arguments passed to the methods.
result <- sqrt(electricity) result <- electricity + electricity result1 <- electricity * electricity cumsum(electricity)
Run the code above in your browser using DataLab