l_funs | R Documentation |
Designed for use with the keys_near()
function.
l_five_num
l_three_num
An object of class list
of length 5.
An object of class list
of length 3.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.