merge_carbontemp {hockeystick} | R Documentation |
Download and plot essential climate data
Description
Merge NOAA carbon and NASA temperature datasets on common dates.
Usage
merge_carbontemp(carbon = get_carbon(), temp = get_temp())
Arguments
carbon |
Name of the tibble generated by |
temp |
Name of the tibble generated by |
Details
merge_carbontemp
invisibly returns a tibble with the merged data from from get_carbon
and get_temp
functions.
Tibble only includes data from dates when both datasets are available, essentially from 1960.
Value
Invisibly returns a tibble with merged datasets from get_carbon
and get_temp
functions.
Author(s)
Hernando Cortina, hch@alum.mit.edu
Examples
# Create merged tibble
mergedcarbontemp <- merge_carbontemp()
[Package hockeystick version 0.8.5 Index]