utahDataList: Utah Minimum Temperatures

utahDataListR Documentation

Utah Minimum Temperatures

Description

Zero-centered daily minimum temperatures averaged across 30-day windows from 1919 to 2014 across the US state of Utah; also includes dates, coordinates, and station names. Originally collected from the Utah Climate Center.

Usage

utahDataList

Format

A data set with 4 variables:

TemperatureVals

A 1251 by 146 matrix of zero-centered 30-day average daily minimum temperatures from 1912 through 2014. Missing observations are denoted using NA.

Dates

A vector of length 1251 and class Date providing the day of each observation in the same order as the rows of TemperatureVals. Note that this package expects observation times to be regularly spaced.

Coords

A 142 by 2 data frame containing the longitude (first variable) and latitude (second variable) of measured locations.

Locations

A character vector of length 146 containing the station names for measured locations in the same order as the columns of TemperatureVals and the rows of Coords.

Source

https://climate.usu.edu


BSTFA documentation built on Aug. 28, 2025, 9:09 a.m.