apply_filter function

Apply a filter to a View

Apply a filter to a View

apply_filter( view, data_points, sig_filter, param_str = "", folder_out = "Filtered", save_output = FALSE )

Arguments

  • view: ProcessedView object.
  • data_points: body parts e.g. 'Nose'.
  • sig_filter: S3 filter object from signals package.
  • param_str: string of parameter values to add to output file if desired.
  • folder_out: output folder relative to recording home (default is 'Filtered').
  • save_output: save the output?

Returns

a filtered object.

  • Maintainer: Tuomas Eerola
  • License: MIT + file LICENSE
  • Last published: 2023-06-09

Useful links