climate_grid | R Documentation |
Plots a 2x2 grid of carbon, temperature, sea ice, and sea level charts.
climate_grid(print = TRUE)
print |
(boolean) Display climate grid ggplot2 chart, defaults to TRUE. Use FALSE to not display chart. |
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.
Invisibly returns a ggplot2 object with climate grid
Hernando Cortina, hch@alum.mit.edu
# Draw grid
grid <- climate_grid()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.