Description Usage Arguments Details Value
summary_qc
is a function that summarizes quality checking results in a
form of table or plot.
1 2 |
x |
A data frame with column names. |
na.as |
A vector of numeric or |
cumul |
A logical value that determines if cumulative ( |
additive |
A vector of logical values ( |
plot |
A logical value. If |
perc |
A logical value. If |
flux |
A character string. Used only if |
qc_names |
A vector of names of data frame columns to combine. |
summary_qc
loads a data frame x
, extracts quality control
columns from it based on qc_names
and creates a table (plot =
FALSE
) or a plot (plot = TRUE
) for these columns. Results are
displayed in percentage (perc = TRUE
) or counts (perc = FALSE
)
of given flag per dataset.
cumul = TRUE
specifies that cumulative effect of flags is considered
for each halfhour. Note that for cumul = TRUE
the results do depend on
the order of qc_names. The flags on each row are cumulatively summed from
left to right. additive
is used only if cumul = TRUE, otherwise
skipped.
Adapted from: openeddy - summarize_QC
A table or a plot depending on the plot
argument value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.