loadTempData: Load Austin and Utqiagvik Temperature Data from GitHub...

View source: R/load_github_data.R

loadTempDataR Documentation

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()

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

## Not run: 
loadTempData()
str(austin)
str(utqiagvik)

## End(Not run)



Rfssa documentation built on Oct. 27, 2023, 1:08 a.m.