View source: R/calculate_range.R
calculate_range | R Documentation |
Function to summaries a numeric vector by calculating and minimum, maximum, range, and other summary statistics.
calculate_range(x, inf_to_na = FALSE)
x |
Numeric vector. |
inf_to_na |
Should any |
A tibble with one row.
Stuart K. Grange.
calculate_ci
, calculate_quantiles
# Calculate a few summaries with this vector
x <- c(44617L, 7066L, 17594L, 2726L, 1178L, 18898L, 5033L, 37151L, 4514L, 4000L)
# Calculate the summaries
calculate_range(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.