hADCPLoads: Compute sediment load per guideline using acoustic backscatter from processed hADCP data
Description
Computes sediment load per guideline from user data in list "InputData" generated by function import_data()
Usage
hADCPLoads(InputData)
Value
list with data frames of estimated concentration and flux along with data used in regression and surrogate timeseries
Arguments
InputData
List generated by import_data.R
Author
Daniel Livsey (2023) ORCID: 0000-0002-2028-6128
References
Livsey, D.N. (in review). National Industry Guidelines for hydrometric monitoring–Part 12: Application of acoustic Doppler velocity meters to measure suspended-sediment load. Bureau of Meteorology. Melbourne, Australia.
See Also
import_data Import data from files in user-specified folder
# \donttest{# loads example data in package folder extdataInputData <- import_data()
# import_data(path) can be used to import user dataOutput <- hADCPLoads(InputData)
# }