View source: R/load_github_data.R
loadUtqiagvikData | R Documentation |
This function retrieves the Utqiagvik Temperature dataset from a GitHub repository hosted at https://github.com/haghbinh/dataset/Rfssa_dataset. Hosting datasets on GitHub rather than including them in the Rfssa R package conserves storage space. The Utqiagvik Temperature dataset contains intraday hourly temperature curves measured in degrees Celsius from January 1973 to July 2023, recorded once per month. The returned object is a raw dataset in 'list' format;
loadUtqiagvikData()
Containing two matrix objects:
A 24 by 607 matrix of discrete samplings of intraday hourly temperature curves, one day per month.
A 24 by 607 matrix of discrete samplings of intraday hourly temperature curves, one day per month.
Trinka, J., Haghbin, H., Shang, H., Maadooliat, M. (2023). Functional Time Series Forecasting: Functional Singular Spectrum Analysis Approaches. Stat, e621.
Utqiagvik_raw <- loadUtqiagvikData()
str(Utqiagvik_raw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.