colapply_functions {simdata} | R Documentation |
Apply list of functions to column of object
Description
Helper function to simplify workflow with lists of functions.
Usage
colapply_functions(obj, flist)
Arguments
obj |
2-dimensional array (matrix or data.frame). |
flist |
List of functions of length equal to the number of columns of |
Value
Matrix or data.frame (same type as obj
) with names taken from obj
.
[Package simdata version 0.4.0 Index]