View source: R/generic_utilities.R
expApply | R Documentation |
THIS IS OLD USE signalFilter instead applies a function on each signal of an experiment.
expApply(experiment, signals = "all", FUN, ...)
experiment |
|
signals |
either the string "all" or a vector of signal names. If 'all' the function will be applied on all DyadSignal objects. To apply on epochs, and other objects, the names must be specified |
FUN |
a function passed to a lapply call on a list of DyadSignals |
... |
further arguments passed to lapply |
the FUN can be in the generic form function(x, ...) where x is each DyadSignal object among the selected signals, in each session.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.