Last data update: 2014.03.03

R: Reads the met.dat input file
readmetR Documentation

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.

Author(s)

Remko Duursma

Examples

## Not run: 

# Simple as pi:
metdata <- readmet()


## End(Not run)

Results