process_all: Wrapper for filter_stepwise and calculate_attenuation

Description Usage

Description

This function is designed to work with the RACE data structure to subset. all of the Mk9 data obtained during upscasts and downcasts and runs functions convert_light, filter_stepwise, and calculate_attenuation on the data. The directory structure needs to be input for the function to work.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
process_all(
  dir.structure,
  time.buffer = 20,
  cast.dir = "Downcast",
  agg.fun = median,
  binsize = 2,
  bin.gap = 6,
  kz.binsize = 0.5,
  silent = TRUE,
  ...
)

sean-rohan/TLUtilities documentation built on Sept. 30, 2021, 2:34 a.m.