Learn R Programming

Maeswrap (version 1.4.11)

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
# Read it:
mysim1 <- readdayflux()

Run the code above in your browser using DataLab