monitored_apply | R Documentation |
This function offer a monitored version of 'apply'.
monitored_apply(X, MARGIN = 1, FUN, mod = 100, ...)
X |
A matrix usualy gives as 'apply' first parameter. |
MARGIN |
An integer describing the marginal to use, usualy gives as 'apply' second parameter. |
FUN |
A function usualy gives as 'sapply' third parameter. |
mod |
An integer that define the frequency of the monitoring. |
... |
Parameters passed to 'func' function. |
A vector of the application of the 'func' function to each element of the 'vec' vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.