qcPlots | R Documentation |
Quality Control Plots
qcPlots(adp, QC, path)
adp |
an oce adp object |
QC |
the QC parameter you want to inspect, options are listed in details |
path |
file path to which plots will be saved |
These quality control plots show a comparison between valid and invalid data. Invalid data is determined by the flags within the adp object (which will have been created based on processing procedures). The invalid data is higlighted in red for each bin and a total is shown at the bottom which gives the user a percentage of invalid data (or data flagged), this can allow a user to see if there are particular bins which should be ommitted from the final export data set.
options for quality control parameters are u, v, w, er, ei, pg
*u -> eastward velocity component *v -> northward velocity component *w -> upward velocity component *er -> error velocity *ei -> echo intensity (first beam only) *pg -> precent good, sum of 1st and 4th beams
a pdf compilation of plots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.