MEAmap | R Documentation |
MEApply is a wrapper to do.call
that allows to apply a function on the motion energy data of one or multiple MEA
objects. Complex constructions are possible, see details.
MEAmap(mea, FUN, label = "", ...)
mea |
an object of class |
FUN |
function to apply, found via |
label |
a character vector to update the 'filter' attribute of |
... |
further arguments passed to |
FUN
will be applied on the motion energy time-series of MEA
objects, which is stored as a data frame with 2 columns, respectively for s1 and s2.
an object of the same class of the provided 'mea'
object, with the transformed motion energy data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.