View source: R/getSeriesTemp.r
getSeriesTemp | R Documentation |
Extract relevant temperatures from interpolated depth-temperature data. This is used to augment existing time series temperature data (if any).
getSeriesTemp(series, pdt, loess, flag = TRUE)
series |
is data frame of Series data unformatted from WC Portal download |
pdt |
is data frame of PDT data formatted and output from
|
loess |
is list output from |
flag |
is logical indicating whether or not to mask out flagged values in LOESS output. Default is TRUE in which flagged values are masked out. |
a data frame of series data with (hopefully) added temperature data from the interpolated temperatures
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.