readwatbal {Maeswrap} | R Documentation |
Reads the hourly water balance output file ("watbal.dat").
readwatbal(filename = "watbal.dat")
filename |
Default name of the (half-)hourly water balance output file. |
Returns a dataframe.
Remko Duursma
## Not run:
# Simple as this:
mywatbalresult <- readwatbal()
# If you want to select the water balance file with a menu:
readwatbal(file.choose())
## End(Not run)