powered by
Part of the flowHistory system. The 15 graphs include annual and four seasonal graphs for each of 3 flow statistics: 1-day maximum, mean, and 7-day minimum
plot1of15(eList, yearStart, yearEnd, qf, istat, isBottom = FALSE)
named list with at least the Daily and INFO dataframes
A numeric value for the year in which the graph should start
A numeric value for the year in which the graph should end
a scale factor to convert discharge in cubic feet per second to mm/day
A numeric value selecting the flow statistic to be plotted, must be an integer from 1 to 8
logical, if TRUE the graph is from the bottom row and thus needs x axis labels, if FALSE it does not need labels
# NOT RUN { eList <- Choptank_eList plot1of15(eList, 1990, 2000, 0.2938476,5) # }
Run the code above in your browser using DataLab