create_percentile_functions: Searches a list for strings percentileXX and returns function...

View source: R/summary_periodic.R

create_percentile_functionsR Documentation

Searches a list for strings percentileXX and returns function (x, ...) quantile(x, XX, ...)

Description

Searches a list for strings percentileXX and returns function (x, ...) quantile(x, XX, ...)

Usage

create_percentile_functions(fun)

Arguments

fun

named list containing functions or strings

Value

named list with strings matching percentileXX replaced with functions


Ostluft/rOstluft.plot documentation built on Jan. 26, 2025, 1:05 a.m.