View source: R/adcp_flag_data.R
adcp_flag_data | R Documentation |
Flag ensembles with suspect sensor_depth_below_surface_m recordings
adcp_flag_data(dat, depth_flag_threshold = 1)
dat |
Dataframe of ACDP data in long format, as returned by
|
depth_flag_threshold |
The change in |
Returns dat
with two extra columns for inspection:
depth_diff
= lead(sensor_depth_below_surface_m) -
sensor_depth_below_surface_m and depth_flag
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.