l_funs: A named list of the five number summary

l_funsR 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)

njtierney/brolgar documentation built on Feb. 12, 2023, 12:14 a.m.