This function reads in a previously formatted met file. Can be useful for
calculating tav and amp for a previously completed file or for reading into R
for further analysis.
Usage
loadMet(f)
Arguments
f
The full path to the file to read.
Value
A metFile object containing the read met file.
Details
For reading in other formats see the Importing External Data section in prepareMet.
See metFile for more information on the met object.