plotFourStats: Makes four graphs of annual streamflow statistics on a single page
Description
Part of the flowHistory system. The four statistics are 1-day maximum, annual mean, annual median, and annual 7-day minimum.
Although there are a lot of optional arguments to this function, most are set to a logical default.
Data come from named list, which contains a Sample dataframe with the sample data,
a Daily dataframe with the daily flow data,
and an INFO dataframe with metadata.
# NOT RUN {eList <- Choptank_eList
# }# NOT RUN {# Water year:plotFourStats(eList)
# Graphs consisting of Jun-AugeList <- setPA(eList,paStart=6,paLong=3)
plotFourStats(eList)
# }