powered by
generate geo-spatial heat map for a given date and measure across all NOAA weather stations
plot_spatial(online = TRUE, Date = "2017-01-01", measure = "t_max")
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
metric for which geo-spatial heat map is needed. Default: "t_max"
geo-spatial heat map for a given date and measure across all NOAA weather stations
# NOT RUN { plot_spatial(online=FALSE, Date="2017-01-10", measure="t_max") plot_spatial(online=TRUE, Date="2017-01-10", measure="t_official") # }
Run the code above in your browser using DataLab