Description Usage Arguments Value See Also Examples
Visualize spatio-temporal atmospheric data using points on a map, colored by a specified variable. Relevant information (such as date ranges, averaging methods, facets, and min/max values in the set) will be reported automatically in the visualization.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
dataset |
Data set for which to visualize |
variable_of_interest |
The variable of interest (not in quotation marks) which to visualize |
grouping_vars |
Character, optional; one or two variables for which to facet (grid) the plot by |
location_data |
Data set containing latitude and longitude data |
cap_value |
Numeric, optional; values at or above to be colored serpately from the regular continuous scale. See add_cap for more information. |
cap_color |
Character; color for values at or above the |
point_size |
Numeric; size of the points on the map |
maptype |
Character; the qmplot class of maptype to use; see get_map for types. |
zoom |
Numeric; the zoom level of the map |
tint_alpha |
Numeric; the transparency for the background tint overlaid on the map |
tint_color |
Character; the color of background tint overlaid on the map |
Data visualization: map with data points colored by a specified numeric variable, located by a provided data frame of lat/long data.
Other STAD visualizations:
heatmap_cross()
,
heatmap_single()
,
map_oa()
,
ts_line()
,
ts_variation()
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.