expApply: THIS IS OLD USE signalFilter instead applies a function on...

View source: R/generic_utilities.R

expApplyR Documentation

THIS IS OLD USE signalFilter instead applies a function on each signal of an experiment.

Description

THIS IS OLD USE signalFilter instead applies a function on each signal of an experiment.

Usage

expApply(experiment, signals = "all", FUN, ...)

Arguments

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

Details

the FUN can be in the generic form function(x, ...) where x is each DyadSignal object among the selected signals, in each session.


kleinbub/rIP documentation built on Dec. 21, 2024, 9:15 a.m.