Calculate the bin depth below the surface
adcp_calculate_bin_depth_old.RdCalculate 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 = NULLand provide the required value in theinst_altargument.- inst_alt
Height of the instrument above the sea floor (in metres). Not used if
metadataargument is specified.