mcimishourly {cimis}R Documentation

Perform cimishourly over multiple stations

Description

Performs cimishourly over multiple stations.

Usage

mcimishourly(stationlist, label = "none")

Arguments

stationlist A list of stations.
label One of the following: "none" for no station labels - quite useless; "station" to label with the station number; and "name" to label with the name of the station.

Value

A dataframe.

Author(s)

Greg Hirson <ghirson@ucdavis.edu>

See Also

cimishourly

Examples

w <- mcimishourly(c('006', '077'), label='name')
head(w)

[Package cimis version 0.1-3 Index]