Description Usage Arguments Value Examples
This function produces a table of summary statistics (Mean, Var., Min., Max.) for a single numeric vector and plots this vector against the index 1:n, where n is the length of the vector.
1 | data_summary(x)
|
x |
Numeric vector of values |
Data frame of summary statistics
1 2 | x <- 1:10
data_summary(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.