summary.DTSg | R Documentation |
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. Another possibility is a character string containing either
comma separated column names, for example, |
... |
Further arguments passed on to |
Returns a table
.
cols
# new DTSg object
x <- DTSg$new(values = flow)
# calculate summary statistics
## R6 method
x$summary()
## S3 method
summary(object = x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.