Learn R Programming

EcoHydRology (version 0.4.1)

runSWAT2005: This runs the SWAT2005 executable in the current directory.

Description

This function runs the SWAT2005 executable in the current directory.

Usage

runSWAT2005()

Arguments

Examples

Run this code
## The function is currently defined as
function(){
Sys.setenv(GFORTRAN_STDIN_UNIT=-1)
library.dynam("rswat","EcoHydRology")
.Fortran("swat2005",1)
  }

Run the code above in your browser using DataLab