median_filter | R Documentation |
Applies a median window filter to variables.
median_filter(
x,
variables = c("temperature", "conductivity"),
window = c(5, 5)
)
x |
ctd object |
variables |
Character vector of data variable names to filter. |
window |
Numeric vector of windows (i.e. number of scans to use to calculate medians) |
ctd object with channels filtered
Sean Rohan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.