Description Usage Arguments Details Value Author(s) See Also Examples
qcDive Checks consistency of dive records
1 | qcDive(d.dat = dive, flag.only = T, max.v.speed = 5)
|
d.dat |
Dive data to be quality controlled |
flag.only |
logical specifying if erroneous records should be flagged or deleted |
max.v.speed |
Threshold for maximum allowable rate of change in depth between inflection points (in m/s) |
the function checks for consistency in time sequences between inflections points and unrealistic depth changes between inflection points.
Returns a data frame with either an added column with qc flag
(0 for OK, 1 for error), or with erroneous records deleted
or an interactive dygraph (if type is set to 'dygraph')
Martin Biuw
fields.SRDLdb for table field names,
ref.SRDLdb for ref ID codes,
dep.SRDLdb for retrieving deployments metadata,
get.SRDLdb for querying and retrieving data from database table
strip.SRDLmakes a stripchart of SRDL dive data
Other SMRU SRDL functions:
map.SRDL(),
strip.SRDL()
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.