PlotTempBySeason: Calculate and Plot Temperature by Season

Description Usage Arguments Details Value Author(s)

Description

Function to calculate and plot average maximum and minimum temperature by season across the years.

Usage

1
PlotTempBySeason(climdata)

Arguments

climdata

Data frame of climate data, including temperature, precipitation, water year, and dates

Details

Seasons were defined as: Spring (March, April, May), Summer (June, July, August), Fall (September, October, November), and Winter (December, January, February). Temperature in is degrees Celsius.

Function can be used to assess how average seasonal temperature extremes have changed annually, which can provide important information for assessing how climate has potentially shifted in the region over time.

Value

List with the following items

ClimateDF

Data frame of maximum and minimum temperature by season over the years

ClimatePlot

Plot of maximum and minimum temperature over the years facet-wrapped by season

Author(s)

Sofie McComb & Margaux Sleckman


msleckman/ESM262ClimatePackage documentation built on June 15, 2019, 2:44 p.m.