baseFlowSeparation.default {RHMS} | R Documentation |
default function for class of baseFlowSeparation
Description
Methods for separating baseflow for a given flow discharge
Usage
## Default S3 method:
baseFlowSeparation(discharge,BFSMethod='none' ,
BFSParams=list(alpha=NULL ,
BFI=NULL ,
k=NULL ,
timeInterval=NULL),
plot=FALSE)
Arguments
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 |
Value
a list: an object
from class of baseFlowSeparation
consisting matrix of results available at object$operation.
Author(s)
Rezgar Arabzadeh