View source: R/adcp_calculate_bin_depth.R
adcp_calculate_bin_depth | R Documentation |
Calculate the bin depth below the surface
adcp_calculate_bin_depth(dat, metadata = NULL, inst_alt = NULL)
dat |
Data frame of ACDP data in long format, as returned by
|
metadata |
Data frame with metadata information for the deployment in
|
inst_alt |
Height of the instrument above the sea floor (in metres). Not
used if |
Bin depth below the surface is calculated as:
bin_depth_below_surface_m = sensor_depth_below_surface_m + inst_alt - bin_height_above_sea_floor_m
A warning is printed if any bin_depth_below_surface_m are negative.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.