baseFlowSeparation.base {RHMS} | R Documentation |
baseFlowSeparation
Methods of separating baseflow for a given flow discharge.
## S3 method for class 'base'
baseFlowSeparation(discharge,BFSMethod,BFSParams,plot)
discharge |
a vector of flow time series (cms) or an object inherited from class of |
BFSMethod |
a string: The method of base flow separation. Available methods: |
BFSParams |
a list including parameters associated with the method coerced in
|
plot |
(optional) logical statement to plot the result or not. default to |
a matrix: A matrix of results including computed separated flow for Q
series
Rezgar Arabzadeh