l_funs {brolgar} | R Documentation |
A named list of the five number summary
Description
Designed for use with the keys_near()
function.
Usage
l_five_num
l_three_num
Format
An object of class list
of length 5.
An object of class list
of length 3.
Examples
# Specify your own list of summaries
l_ranges <- list(min = b_min,
range_diff = b_range_diff,
max = b_max,
iqr = b_iqr)
heights %>%
key_slope(formula = height_cm ~ year) %>%
keys_near(key = country,
var = .slope_year,
funs = l_ranges)
[Package brolgar version 1.0.1 Index]