napa: Napa, CA daily data

Description Usage Format Examples

Description

A dataset containing daily min and max temperature to calculate degree days and time in each degree.

Usage

1
data("napa")

Format

A data frame with 41305 observations on the following 11 variables.

date

a Date

year

a numeric vector

month

a numeric vector

day

a numeric vector

fips

a numeric vector

county

a character vector

state

a factor with levels AK AL AR AS AZ CA CO CT DC DE FL GA GU HI IA ID IL IN KS KY LA MA MD ME MI MN MO MP MS MT NC ND NE NH NJ NM NV NY OH OK OR PA PR RI SC SD TN TX UM UT VA VI VT WA WI WV WY

lat

a numeric vector

long

a numeric vector

tmax

a numeric vector

tmin

a numeric vector

Examples

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

johnwoodill/nonlineartempr documentation built on Dec. 7, 2019, 9:11 a.m.