fn_list {CellBench} | R Documentation |
Constructor for a list of functions, a thin wrapper around list() which checks that all the inputs are functions and have names
fn_list(...)
... |
objects, must all be named |
a list of named functions
flist <- fn_list( mean = mean, median = median )