Description Usage Arguments Details Value Author(s) See Also Examples
strip.SRDL makes a stripchart of SRDL dive data
1 2 3 4 5 6 7 8 9 | strip.SRDL(
dat = hp4,
ctd = F,
d.sum = T,
theRef = levels(hp4$dive$REF)[1],
type = "normal",
tz = "UTC",
QQ = F
)
|
QQ |
Logical, should dive quality check be performed. Note! Only works for 4-point dive data! |
dive |
Logical, should detailed dive data be plotted? |
c.dat |
Logical, should max depth from CTD data be plotted? |
s.dat |
Logical, should dive summary data be plotted? |
The dygraphs option depends on the dygraph and xts
functions, and the relevant packages (dygraphs & xts) must be installed for the dygraphs option to work.
Returns a stripchart plot, either as standard R plot
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
Other SMRU SRDL functions:
map.SRDL(),
qcDive()
1 2 3 | strip.SRDLdb(dive, ctd, summ)
strip.SRDLdb(dive, ctd, summ, type='dygraph')
#' @importFrom xts xts
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.