wrapper_flag_interpolate | R Documentation |
Visually inspect and interpolate errors. See documentation for gapctd:::qc_flag_interpolate()
wrapper_flag_interpolate(
rds_dir_path,
in_pattern = NULL,
append_pattern = NULL,
review = c("density", "salinity"),
bin_var = "depth"
)
rds_dir_path |
Filepath to directory containing rds files to be reviewed. |
in_pattern |
Character vector search pattern for input files. |
append_pattern |
Characters to append to output file name. |
review |
Passed to qc_flag_interpolate(). Variable to review ("density", "temperature" or "salinity"). Default = "density" |
bin_var |
Name of variable that was used to bin data ("depth" or "pressure"). |
rds files with flagged conductivity and temperature removed and interpolated; derived quantities recalculated.
Sean Rohan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.