readdayflux {Maeswrap} | R Documentation |
Reads the dayflx.dat MAESTRA/MAESPA output file, returns a clean dataframe. Names of the variables are read from the Columns: line.
readdayflux(filename = "dayflx.dat")
filename |
Default name of the daily flux file. |
Returns a dataframe.
Remko Duursma
## Not run:
# Read it:
mysim1 <- readdayflux()
## End(Not run)