Learn R Programming

Maeswrap (version 1.4.11)

readwatbal: Reads the watbal.dat MAESPA output file

Description

Reads the hourly water balance output file ("watbal.dat").

Usage

readwatbal(filename = "watbal.dat")

Arguments

filename
Default name of the (half-)hourly water balance output file.

Value

  • Returns a dataframe.

Examples

Run this code
# Simple as this:
mywatbalresult <- readwatbal()

# If you want to select the water balance file with a menu:
readwatbal(file.choose())

Run the code above in your browser using DataLab