View source: R/profile_calcs.R
| profile_bld | R Documentation | 
Calculate bottom layer depth using a threshold method
profile_bld(
  rho,
  z,
  totdepth = NULL,
  threshold = 0.1,
  ref_depth = 5,
  na_rm = TRUE
)
rho | 
 Numeric vector of densities  | 
z | 
 Numeric vector of depths. Depths are positive.  | 
totdepth | 
 Maximum depth sampled by the cast. If NULL, estimated from profile data.  | 
threshold | 
 Density threshold  | 
ref_depth | 
 Thickness of bottom layer to use for calculating bottom layer density  | 
na_rm | 
 Should NA values be omitted?  | 
Sean Rohan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.