Learn R Programming

APSIM (version 0.8.2)

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.

Examples

Run this code
loadMet("Weather.met")

Run the code above in your browser using DataLab