month_df: Months of the year.

month_dfR Documentation

Months of the year.

Description

A data set containing month numbers, 3-letter abbreviations, and season. This data set is imported into the RMarkdown scripts to produce reports.

Usage

month_df

Format

A data frame with 12 rows and 4 variables:

month

Integer. Calendar year month numbers where Jan is 1 and Dec is 12.

water_month

Integer. Water year month number where Oct is 1 and Sep is 12.

month_name

Factor. Abbreviated month name using month.abb. Factor levels correspond to water_month.

season

Character. 2-letter season abbreviation for winter (Wi), spring (Sp), summer (Su), and fall (Fa).

Source

manual code


scoyoc/climateAnalyzeR documentation built on April 19, 2023, 9:57 p.m.