gfsplot: Get a plot of a variable(s) over time for a station(s)

Description Usage Arguments Value Examples

Description

Get a plot of a variable(s) over time for a station(s)

Usage

1
  gfsplot(station, measure)

Arguments

station

A station code as a character vector representing any of the valid stations for which forecasts are issued

measure

A variable from the forecast table to plot over time

Value

plot of the measure variable over time for the station

Examples

1
2
gfsplot("KSEA", "HLT")
gfsplot(c("KSEA", "KDSM"), "DPT")

erichare/gfsr documentation built on May 16, 2019, 8:27 a.m.