View source: R/monthlyClimate.R
combineAhccdAndClimateSummary | R Documentation |
This function combines ahccd and climate summary data together into the same list.
combineAhccdAndClimateSummary(ahccd, climateSummary)
ahccd |
a list that has been read in using |
climateSummary |
a list that has been converted to the ahccd format using |
There is some additional data that is read in and retained for the climate summary
data, but here only meanTemperature
is retained. The climate summary metadata has climateSummary
appended to the name in the event that a comparisson is required. Ahccd data takes precedence,
so when comparing the year and month, the ahccd data is kept over the climate summary data.
a list in the same form as read.ahccd
, but all metadata has been preserved. Any metadata from
the climateSummary
data has climate
added in front of it's name.
Chantelle Layton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.