Learn R Programming

Maeswrap (version 1.4.11)

readmet: Reads the met.dat input file

Description

Reads the meteorological input data in the met.dat file.

Usage

readmet(filename = "met.dat", nlines=-1)

Arguments

filename
Default name of the met.dat file.
nlines
Optional, how many lines of the metfile to read?

Value

  • Returns a dataframe.

Examples

Run this code
# Simple as pi:
metdata <- readmet()

Run the code above in your browser using DataLab