hADCPLoads {realTimeloads}R Documentation

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)

Arguments

InputData

List generated by import_data.R

Value

list with data frames of estimated concentration and flux along with data used in regression and surrogate timeseries

Author(s)

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

Examples


# loads example data in package folder extdata
InputData <- import_data()
# import_data(path) can be used to import user data
Output <- hADCPLoads(InputData)


[Package realTimeloads version 1.0.0 Index]