Time Series Summary
Calculates summary statistics of selected columns of a DTSg
object.
## S3 method for class 'DTSg' summary(object, cols = self$cols(), ...)
object |
A |
cols |
A character vector specifying the columns whose values shall be summarised. |
... |
Further arguments passed on to |
Returns a table
.
# new DTSg object x <- DTSg$new(values = flow) # calculate summary statistics ## R6 method x$summary() ## S3 method summary(object = x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.