apply_array | R Documentation |
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)
obj |
Matrix or data.frame. |
dim |
Dimension to apply function to. |
fun |
Function object to apply. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.