apply_filter | R Documentation |
Apply a filter to a View
apply_filter(
view,
data_points,
sig_filter,
param_str = "",
folder_out = "Filtered",
save_output = FALSE
)
view |
|
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? |
a filtered object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.