summary | R Documentation |
summary for symbolic data table
summary(object, ...) ## Default S3 method: summary(object, ...) ## S3 method for class 'symbolic_tbl' summary(object, ...) ## S3 method for class 'symbolic_interval' summary(object, ...) ## S3 method for class 'symbolic_modal' summary(object, summary_fun = "mean", ...)
object |
an object for which a summary is desired. |
... |
additional arguments affecting the summary produced. |
summary_fun |
only works when the symbolic_modal class input, it determine which summary function be applied for each modal. |
Return a summary table.
#For all interval-valued summary(facedata) #For both interval-valued and modal multi-valued summary(Environment) summary(Environment$URBANICITY, summary_fun = "quantile")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.