Description Usage Format Source Examples
tempcyclesdata is dataset containing metadata, linear, and cycling data, to be used with the tempcycles package. Only data passing all checks in included.
1 |
A data frame with 77181 rows and 27 variables:
station id, USAF-WBAN
station name
latitude, negative values indicate South
longitude, negative values indicate West
elevation, in meters
time period. "all": all data for the station, "stdr": standard reference period, or middle of five year window.
geographical zone
Distance to shoreline (GSHHG 2)
start of data window
end of data window
number of observations
mean temperature, C
minimum temperature, C
maximum temperature, C
temperature variance
linear slope of record
intercept of linear model, for detrending
Daily temperature cycling range, (2 * amplitude), C
Annual temperature cycling range, (2 * amplitude), C
Redfit AR1 corrected DTC, C
Redfit AR1 corrected ATC, C
DTC phase
ATC phase
lnDTC / ATC
ln DTC_red / ATC_red
mean per-sample residual, C
mean per-sample residual using redfit corrected values, C
Wang & Dillon NCC 2014. doi:10.1038/nclimate2378
1 2 3 4 5 6 7 | summary(tempcyclesdata)
if (require("dplyr")) {
tempcyclesdata %>%
filter(period == "stdr") %>%
group_by(region) %>%
summarise(mean_DTC = mean(DTC))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.