climate_grid {hockeystick} | R Documentation |
Download and plot essential climate data
Description
Plots a 2x2 grid of carbon, temperature, sea ice, and sea level charts.
Usage
climate_grid(print = TRUE)
Arguments
print |
(boolean) Display climate grid ggplot2 chart, defaults to TRUE. Use FALSE to not display chart. |
Details
warming_stripes
invisibly returns a ggplot2 object with 2x2 grid of carbon, temperature, sea ice, and sea level charts from get_carbon
, get_temp
, get_seaice
, and get_sealevel
.
By default the chart is also displayed. Users may further modify the output ggplot2 chart.
Value
Invisibly returns a ggplot2 object with climate grid
Author(s)
Hernando Cortina, hch@alum.mit.edu
Examples
# Draw grid
grid <- climate_grid()
[Package hockeystick version 0.8.4 Index]