View source: R/add_series_temp.r
add_series_temp | R Documentation |
Add missing temperature values to series data from interpolated depth-temperature profile data
add_series_temp(series, pdt = NULL, pdt_interp = NULL, flag = TRUE)
series |
is output from |
pdt |
is output from |
pdt_interp |
is output from |
flag |
is logical indicating whether or not to flag potentially bad interpolated points. This should almost always be TRUE (the default). |
a new series dataframe with additional temperature values where appropriate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.