Description Usage Arguments Value Examples
Run the AMCA algorithm.
| 1 2 3 | 
| DATA | This is a data.frame containing the observed time series (zoo objects). It is structured into three columns: P containing precipitation, E containing potential evapotranspiration and Q containing streamflow discharge. | 
| ResultsFolder | Path to the folder containing results from MC simulations. | 
| parameters | is a data.frame containing all the parameter sets. This can be generated by  | 
| ObsIndicesNames | Names of model performance indices. | 
| selectedModels | (OPTIONAL) This is a table that contains at list 1 column named  | 
| warmup | Percentage of initial time steps to ignore (default is 0.5 that corresponds to 50 percent of the full length). | 
| verbose | if set to TRUE it prints running information (default is FALSE). | 
| deltim | time step for FUSE simulations | 
A list of suggested model configurations.
| 1 | # results <- amca(DATA, ResultsFolder)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.