powered by
generate time series plot for a given time period, measure, location, and state
plot_tseries(online = TRUE, from = "2017-01-01", to = "2017-01-31", measure = "t_max", location = "Wolf Point", state = "MT")
if TRUE(default),realtime data is pulled from the API. if FALSE, data is pulled from sample offline database
Beginning of date range. Default: 2017-01-01
End of date range. Default: 2017-01-31
metric for which time series plot is needed. Default: "t_max"
Valid location supported by NOAA, use getAllLocations for view avaialble locations. Default: "Wolf Point"
getAllLocations
Valid two letter code of US state. Default: "MT"
time series plot for a given time period, measure, location, and state
# NOT RUN { plot_tseries(online=FALSE,from="2017-01-01", to="2017-01-02", measure="t_max", location='Austin', state='TX') # }
Run the code above in your browser using DataLab