qc_check | R Documentation |
Assign quality control/quality assurance flag to profile based on whether the data are complete.
qc_check(x, prop_max_flag = 0.1, prop_min_bin = 0.875, time_diff_max = 45)
x |
oce object |
prop_max_flag |
Proportion of bins with flagged/interpolated data. Default = 0.1 |
prop_min_bin |
Minimum proportion of depth bins with data relative to depth. Default = 0.875 |
time_diff_max |
Maximum allowable time difference between on-bottom event and cast time. |
Returns oce object with metadata$flags field updated with flags
Sean Rohan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.