readmet: Reads the met.dat input file

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
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

1
2
3
4
5
6
7
## Not run: 

# Simple as pi:
metdata <- readmet()


## End(Not run)

Maeswrap documentation built on May 2, 2019, 7:58 a.m.