summary.DTSg {DTSg} | R Documentation |
Summarise time series data
Description
Calculates summary statistics of selected columns of a DTSg
object.
Usage
## S3 method for class 'DTSg'
summary(object, cols = self$cols(), ...)
Arguments
object |
A |
cols |
A character vector specifying the columns whose values shall be
summarised. Another possibility is a character string containing either
comma separated column names, for example, |
... |
Further arguments passed on to |
Value
Returns a table
.
See Also
Examples
# new DTSg object
x <- DTSg$new(values = flow)
# calculate summary statistics
## R6 method
x$summary()
## S3 method
summary(object = x)
[Package DTSg version 1.1.3 Index]