Learn R Programming

Rfssa (version 3.0.2)

loadTempData: Load Austin and Utqiagvik Temperature Data from GitHub Repository

Description

This function loads the Austin/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.

Usage

loadTempData()

Arguments

Format

Containing two matrix objects:

Austin Temperature Data

A 24 by 607 matrix of discrete samplings of intraday hourly temperature curves, one day per month.

Utqiagvik Temperature Data

A 24 by 607 matrix of discrete samplings of intraday hourly temperature curves, one day per month.

Details

The Austin/Utqiagvik Temperature dataset contains intraday hourly temperature curves measured in degrees Celsius from January 1973 to July 2023, recorded once per month.

Examples

Run this code
if (FALSE) {
loadTempData()
str(austin)
str(utqiagvik)
}


Run the code above in your browser using DataLab