library(hockeystick)
<- get_carbon()
ml_co2 plot_carbon(ml_co2)
The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.
hockeystick
includes functions to download and visualized climate data. Data is optionally cached.
library(hockeystick)
<- get_carbon()
ml_co2 plot_carbon(ml_co2)
<- get_emissions()
emissions plot_emissions(emissions)
plot_emissions_with_land(emissions)
emissions_map()
<- get_temp()
anomaly plot_temp(anomaly)
plot_carbontemp()
warming_stripes()
warming_stripes(stripe_only = TRUE, col_strip = viridisLite::viridis(11))
<- get_sealevel()
gmsl plot_sealevel(gmsl)
<- get_seaice()
seaice plot_seaice(seaice)
get_seaice()
arguments can be modified to download Antarctic sea ice, and allow any month.
You can also visualize sea ice by month and year:
<- get_icecurves()
arcticice plot_icecurves(arcticice)
<- get_hurricanes()
hurricanes plot_hurricanes(hurricanes)
plot_hurricane_nrg(hurricanes)
<- get_methane()
ch4 plot_methane(ch4)
<- get_paleo()
vostok plot_paleo(vostok)
By default, no climate data is cached, and all data is downloaded every time any of the get_
functions is called. To cache data for future use, use the write_cache = TRUE
option, available in all of the get_
functions. To download and cache all data use hockeystick_update_all()
. To view the files, date, and size of cached data use hockeystick_cache_details()
. To re-download data from the source use the use_cache = FALSE
argument in any of the get_
functions, for example: get_carbon(use_cache = FALSE, write_cache = TRUE)
. To delete all cached data use hockeystick_cache_delete_all()
.
Users may also cache data by default by adding options(hs_write_cache = TRUE)
to their script or .Rprofile
file.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.