View source: R/calc_fixed_depth_bt.R
calc_fixed_depth_var_bt | R Documentation |
Algorithm used since 2013 to estimate temperature at 1-m (RACE_DATA.TEMPERATURE_METHOD.TEMPERATURE_METHOD_ID = 14) from temperature-depth recorders deployed on RACE bottom trawl surveys. Returns the variable value corresponding with the first depth value at or shallower than the reference depth. If no depth values are equal to the reference depth, the variable value is estimated by interpolating from the variable values above and below the reference depth.
calc_fixed_depth_var_bt(depth, var, ref_depth)
depth |
Numeric vector of depth values |
var |
vector of variables |
ref_depth |
Reference depth for estimating 1L numeric vector |
Sean Rohan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.