Description Usage Arguments Value Examples
Returns figure with plots of temperature vs salinity, salinity over time, and temperature over time
1 2 | plot_tempsal(df, Temp, Sal, Date, Pres = 1.3,
plottitle = "Temperature vs Salinity")
|
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 |
side by side plots, first of temperature vs salinity with freezing line, second of salinity over time, third of temperature over time
1 | plot_tempsal(test_data,"Temperature","Salinity","DT", plottitle="KALD1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.