library(hockeystick)
ml_co2 <- get_carbon()
plot_carbon(ml_co2)The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
hockeystick includes functions to download and visualized climate data. Data is optionally cached.
library(hockeystick)
ml_co2 <- get_carbon()
plot_carbon(ml_co2)emissions <- get_emissions()
plot_emissions(emissions)plot_emissions_with_land(emissions)proj <- get_cmip6()
plot_cmip6(proj)anom <- get_cmip6_anom(var = 'prec')
plot_cmip6_anom(anom)