Some functions (e.g. ffilter from seewave) only operate on a single channel at a time. This function applies the function to each channel and returns a list of analyses.
allChannels(
w,
FUN,
cl = NULL,
channel.param = "channel",
output.FUN = NULL,
...
)
A list of outputs.
A Wave or WaveMC object
Function to apply to the wave.
Optionally a cluster for parallel calculation.
Name of the channel parameter to FUN. Can be NULL.
Optional. Function that processes the output of FUN. The "channels_se" function provides standard functionality for the soundecology package.
Optional. Additional parameters to pass to FUN.