Learn R Programming

EGRET (version 2.3.0)

plot1of15: plots 1 of the 15 graphs of streamflow statistics on a single page

Description

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

Usage

plot1of15(eList, yearStart, yearEnd, qf, istat, isBottom = FALSE)

Arguments

eList
named list with at least the Daily and INFO dataframes
yearStart
A numeric value for the year in which the graph should start
yearEnd
A numeric value for the year in which the graph should end
qf
a scale factor to convert discharge in cubic feet per second to mm/day
istat
A numeric value selecting the flow statistic to be plotted, must be an integer from 1 to 8
isBottom
logical, if TRUE the graph is from the bottom row and thus needs x axis labels, if FALSE it does not need labels

Examples

Run this code
eList <- Choptank_eList
plot1of15(eList, 1990, 2000, 0.2938476,5)

Run the code above in your browser using DataLab