Description Usage Arguments Note Author(s)
Function for reading the ‘autocalX.out’ resulting after the auto-calibration process in SWAT 2005, and giving as output a data.frame with the columns of the read file. 
1  | read_autocal(file, tstep, out.type="Q", outID=NA, verbose=TRUE)
 | 
file | 
 the name of the file which the data are to be read from. If it does not contain an _absolute_ path, the file name is _relative_ to the current working directory, 'getwd()'. Tilde-expansion is performed where supported.  | 
tstep | 
 Time step used for the simulation that created the 'autocalX.out' file.   | 
out.type | 
 Type of results that have to be read. It must be one of the following values:   | 
outID | 
 Currently not used....  | 
verbose | 
 logical; if TRUE, progress messages are printed  | 
This function has not been exhaustively tested
Mauricio Zambrano-Bigiarini, mzb.devel@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.