clean_flows {adc} | R Documentation |
Function to replace zeros in the flow record with specified value and replace negative discharge values with NA
.
clean_flows(discharge, replace_0 = 0.001, replace_neg = NA)
discharge |
numeric vector of discharges. |
replace_0 |
numeric value or |
replace_neg |
numeric value or |
numerioc vector same length as values provided in discharge
.