plot(dives,
fout,
ptype='details',
title=False,
info=False,
temp=False,
avg_depth=False,
mod=False,
sig=True,
legend=False,
labels=None,
format='pdf')
| source code
|
Plot graphs of dive profiles.
- Parameters:
dives - Dives to be plotted.
fout - Name of output file.
ptype - Plot type converted to R script name stats/pplot-*.R.
title - Set plot title.
info - Display dive information (time, depth, temperature).
temp - Plot temperature graph.
avg_depth - Plot dive average depth.
mod - Plot MOD of current gas.
sig - Display Kenozooid signature.
legend - Display graph legend.
labels - Alternative legend labels.
format - Format of output file (i.e. pdf, png, svg).
|