plot_spatial: geo-spatial heat map of weather data

Description Usage Arguments Value Author(s) Examples

View source: R/plot_spatial.R

Description

generate geo-spatial heat map for a given date and measure across all NOAA weather stations

Usage

1
plot_spatial(online = TRUE, Date = "2017-01-01", measure = "t_max")

Arguments

online

if TRUE(default),realtime data is pulled from the API. if FALSE, data is pulled from sample offline database

Date

Beginning of date range. Default: 2017-01-01

measure

metric for which geo-spatial heat map is needed. Default: "t_max"

Value

geo-spatial heat map for a given date and measure across all NOAA weather stations

Author(s)

Vikramjeet Singh (vjs)

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
plot_spatial(online=FALSE,
Date="2017-01-10",
measure="t_max")
plot_spatial(online=TRUE,
Date="2017-01-10",
measure="t_official")

## End(Not run)

NOAAWeather documentation built on March 21, 2018, 5:08 p.m.