stat_calc | R Documentation |
Calculate summary statistic for numerical variables
stat_calc(data, decimal = NULL)
data |
specify a dataframe |
decimal |
round the values to a number of decimal |
stat_calc(iris[, 1:4]) stat_calc(iris[, 1:4], 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.