plot_tempsal: Initial look at Temperature and Salinity data

Description Usage Arguments Value Examples

View source: R/plot_TS.R

Description

Returns figure with plots of temperature vs salinity, salinity over time, and temperature over time

Usage

1
2
plot_tempsal(df, Temp, Sal, Date, Pres = 1.3,
  plottitle = "Temperature vs Salinity")

Arguments

Temp

(character) column name of temperature values in Celsius

Sal

(character) column name of salinity

Date

(dttm) column name of date or date time

plottitle

(character) title of plot, default is "T vs S"

P

(numeric) pressure in atm, default is 1

Value

side by side plots, first of temperature vs salinity with freezing line, second of salinity over time, third of temperature over time

Examples

1
plot_tempsal(test_data,"Temperature","Salinity","DT", plottitle="KALD1")

BLE-LTER/insitu documentation built on Feb. 5, 2021, 5:28 p.m.