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