Learn R Programming

EGRET (version 3.0.2)

plot15: Makes 15 graphs of streamflow statistics on a single page

Description

Part of flowHistory system.

Usage

plot15(eList, yearStart, yearEnd)

Arguments

eList

named list with at least the Daily and INFO dataframes

yearStart

A numeric value for year in which the graph should start, default is NA, which indicates that the graph should start with first annual value

yearEnd

A numeric value for year in which the graph should end, default is NA, which indicates that the graph should end with last annual value

See Also

plot1of15

Examples

Run this code
# NOT RUN {
eList <- Choptank_eList
# }
# NOT RUN {
pdf("plot15.pdf",heigh=10,width=8)
plot15(eList, yearStart=1990,yearEnd=2000)
dev.off()
# }

Run the code above in your browser using DataLab