ctd_plotmult: Multiple contour plots for CTD data

Description Usage Arguments Value Examples

View source: R/ctd_plotmult.R

Description

Multiple contour plots for CTD data with same color scale

Usage

1
ctd_plotmult(dat_in, var_plo, dep_in = NULL, var_labs = NULL, ...)

Arguments

dat_in

list of input ctd data where each element is a data.frame of the vertical profiles for each station on a particular date

var_plo

chr string of variable to plot from dat_in

dep_in

depth soundings from bathymetric soundings, see get_depths

var_labs

chr vector of optional text for each plot

...

additional arguments passed to ctd_plot

Value

The contour plots with identical color scaling

Examples

1
2
3
4
5
6
7
8
## Not run: 
dat <- split(ctd, ctd$Date)

# default plot
labs <- names(dat)
ctd_plotmult(dat, 'Salinity', PB_dep_pts, var_labs = labs)

## End(Not run)

fawda123/CTDplot documentation built on Feb. 9, 2021, 2:02 p.m.