filterWave | R Documentation |
A WaveFilter object is an object containing information necessary for the filterw function to apply the filter to a Wave object. This is designed to allow a pipe operator (either magrittr or base R) to be used to apply filters to a Wave in a pipeline.
filterWave(w, filt, cl = NULL)
w |
A Wave object. |
filt |
Wave object with the selected filter applied. |
cl |
Optional. If a cluster is specified, the filter will be applied in parallel. |
Supported filters include those from the seewave package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.