Meteorology: Meteorology

Description Usage Arguments Value

View source: R/S3-Meteorology.R

Description

Construct a Meteorology object, generally from a file containing ISC-formatted records.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
Meteorology(x, ...)

## S3 method for class 'data.frame'
Meteorology(x)

## S3 method for class 'character'
Meteorology(x)

## S3 method for class 'ISCFile'
Meteorology(x, use = c("urban", "rural"))

Arguments

x

a filename, ISCFile object, or data.frame

use

whether to use urban or rural mixing heights

Value

a Meteorology object (essentially a data.frame)


holstius/Rcaline documentation built on May 17, 2019, 4:39 p.m.