BatonRouge: Example Data for use with springpheno package.

Description Usage Format Details Examples

Description

Example data for use with the springpheno package. Includes high temperatures, low temperatures, latitude for Baton Rouge, LA along with the years of data available in the example dataset.

Usage

1
data("BatonRouge")

Format

Two matrices, a scalar, and a vector

TMAX

a numeric matrix

TMIN

a numeric matrix

lat

a numeric scalar

YEAR

a numeric vector

Details

TMAX contains daily high temperature (degF) for Baton Rouge, LA from 1981-2005 TMIN contains daily low temperature (degF) for Baton Rouge, LA from 1981-2005 lat is the latitude of Baton Rouge, LA YEAR is the vector of years 1981-2005

Examples

1
2
data(BatonRouge)
## maybe str(BatonRouge) ; plot(BatonRouge) ...

springpheno documentation built on Nov. 11, 2021, 9:06 a.m.