Description Usage Arguments Value Examples
View source: R/opti_thermal_habitat.R
Interpolate bathymetry to a specified depth interval. Includes options to ensure validity of profile (force zero area layer, monotonically decreasing area)
1 | interp_hypso(hypso, dz = 0.1, force_zero_area = TRUE)
|
hypso |
Hypsography data.frame with columns |
dz |
Requested resample depth interval |
force_zero_area |
Force the hypsography profile to keep a zero-area depth, even if the input did not have
a zero-area depth, or if the zero area depth does not fall perfectly on the |
A hypso data.frame with columns depth and area
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.