Calculate the bin depth below the surface
adcp_calculate_bin_depth.Rd
Calculate the bin depth below the surface
Arguments
- dat
Data frame of ACDP data in long format, as returned by
adcp_pivot_longer()
.- metadata
Data frame with metadata information for the deployment in
dat
(e.g., a row from the NSDFA tracking sheet). Must include columnInst_Altitude
. Option to use default valuemetadata = NULL
and provide the required value in theinst_alt
argument.- inst_alt
Height of the instrument above the sea floor (in metres). Not used if
metadata
argument is specified.