| clean_flows {adc} | R Documentation | 
Clean Flow Record
Description
Function to replace zeros in the flow record with specified value and replace negative discharge values with NA.
Usage
clean_flows(discharge, replace_0 = 0.001, replace_neg = NA)
Arguments
| discharge | numeric vector of discharges. | 
| replace_0 | numeric value or  | 
| replace_neg | numeric value or  | 
Value
numerioc vector same length as values provided in discharge.
[Package adc version 1.0.0 Index]