Seasonality: Seasonality plot

View source: R/All.R

SeasonalityR Documentation

Seasonality plot

Description

A plot to inspect the seasonality of peak flows

Usage

Seasonality(x, Lines = FALSE)

Arguments

x

A dataframe with Date or POSIXct in the first folumn and numeric in the second.

Lines

Logic with a default of FALSE. If TRUE, lines are plotted instead of dots.

Details

The dots (or dark lines if Lines = TRUE) show the season of individual peaks. The red line shows the average seasonality. The longer it is the more clustered in time the peaks are.

Value

A seasonality plot

Author(s)

Anthony Hammond

Examples

# Get an AMAX sample and plot the seasonality
am_27083 <- GetAM(27083)
Seasonality(am_27083)

# Now do the same with lines instead of dots
Seasonality(am_27083, Lines = TRUE)


UKFE documentation built on Nov. 5, 2025, 6:25 p.m.

Related to Seasonality in UKFE...