qc_discharge | R Documentation |
Quality control discharge data (e.g., from Discharge_5.csv files) imported
using read_otg_csv()
or read_otg_csv_wrapper()
.
qc_discharge(
qc_df = NULL,
cols_to_check_nas = c("Tape Distance (m)", "Station Depth (m)",
"Station Velocity (m/s)"),
tape_range = c(0, 25),
depth_range = c(0, 3),
vel_range = c(-1, 5)
)
qc_df |
The survey data frame to be QC'd |
cols_to_check_nas |
columns to check for NAs in |
tape_range |
numeric vector of minimum and maximum acceptable values for tape distance |
depth_range |
numeric vector of minimum and maximum acceptable values for station depth |
vel_range |
numeric vector of minimum and maximum acceptable values for station velocity |
a tibble with QC results
Kevin See
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.