strip.SRDL: 'strip.SRDL' makes a stripchart of SRDL dive data

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/stripSRDL.R

Description

strip.SRDL makes a stripchart of SRDL dive data

Usage

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
)

Arguments

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?

Details

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.

Value

Returns a stripchart plot, either as standard R plot or an interactive dygraph (if type is set to 'dygraph')

Author(s)

Martin Biuw

See Also

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()

Examples

1
2
3
strip.SRDLdb(dive, ctd, summ)
strip.SRDLdb(dive, ctd, summ, type='dygraph')
#' @importFrom xts xts

embiuw/rSRDL documentation built on Jan. 27, 2021, 8:11 p.m.