Description Usage Format References Examples
This table contains the quality control descriptions of the one-character
flags that appear in variables that end with _qc
. These variables appear
in argo_prof_levels()
, argo_prof_prof()
, and argo_traj_measurement()
. See
also argo_reference_history_qctest
for information about specific tests.
1 |
An object of class tbl_df
(inherits from tbl
, data.frame
) with 10 rows and 4 columns.
Argo User's Manual, November 2019. doi: 10.13155/29825
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | library(dplyr, warn.conflicts = FALSE)
with_argo_example_cache({
argo_prof_levels(
"dac/csio/2902746/profiles/BR2902746_001.nc",
vars = c("pres", "pres_qc", "doxy", "doxy_qc")
) %>%
dplyr::left_join(
argo_reference_qc_flag,
by = c("doxy_qc" = "qc_flag")
)
})
argo_reference_qc_flag
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.