R/utilities.R
apply_array.Rd
Used to make use of apply-like operations, regardless of wether the input is a matrix or a data.frame
apply_array(obj, dim, fun)
Matrix or data.frame.
Dimension to apply function to.
Function object to apply.