qc_check: Check profile for completeness (R workflow)

View source: R/qc_check.R

qc_checkR Documentation

Check profile for completeness (R workflow)

Description

Assign quality control/quality assurance flag to profile based on whether the data are complete.

Usage

qc_check(x, prop_max_flag = 0.1, prop_min_bin = 0.875, time_diff_max = 45)

Arguments

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.

Value

Returns oce object with metadata$flags field updated with flags

Author(s)

Sean Rohan


sean-rohan-NOAA/gapctd documentation built on March 1, 2025, 9:27 a.m.