APSIM (version 0.9.3)

loadMet: Read an APSIM formatted met file.

Description

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.

Examples

Run this code
# NOT RUN {
loadMet("Weather.met")
# }

Run the code above in your browser using DataLab