| Seasonality | R Documentation |
A plot to inspect the seasonality of peak flows
Seasonality(x, Lines = FALSE)
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. |
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.
A seasonality plot
Anthony Hammond
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.