ctd_plotmult: Multiple contour plots for CTD data

View source: R/ctd_plotmult.R

ctd_plotmultR Documentation

Multiple contour plots for CTD data

Description

Multiple contour plots for CTD data with same color scale

Usage

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

## 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 Oct. 27, 2024, 11:48 a.m.