Learn R Programming

Maeswrap (version 1.7)

readdayflux: 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.

Examples

Run this code
## Not run: 
# # Read it:
# mysim1 <- readdayflux()
# ## End(Not run)

Run the code above in your browser using DataLab