BatonRouge {springpheno}R Documentation

Example Data for use with springpheno package.

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

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

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

[Package springpheno version 0.5.0 Index]