Skip to contents

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.

Value

Invisibly returns a ggplot2 object with climate grid

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.

Author

Hernando Cortina, hch@alum.mit.edu

Examples

# \donttest{
# Draw grid

grid <- climate_grid() # }