Description Usage Arguments Value Examples
Function to plot hydrologic times series. Will plot more than one site at a time.
1 |
data |
is the data frame in the format of that returned by importDVs. |
logscale |
is a logical indicating whether or not the y-scale should be log 10. Streamflow generally is plotted with a log scale and this only has an effect on the plotting of streamflow data. |
metric |
USGS streamflow data are usually in cubic feet per second; however it may be converted to cubic meters per second for publication. Likewise, gage height is usually in feet, but could be converted to meters. The metric argument only has an effect on streamflow and gage height. |
ylabel |
optionally allows user to pass a y-axis label. |
... |
further arguments to be passed to plotting method (see par). (see xyplot). |
a lattice plot
1 2 3 4 | data(exampleWaterData)
plotParam(misQ05054000, code="00060", stat="00003", logscale=TRUE)
plotParam(misQ05054000, code=attributes(misQ05054000)$code,
stat=attributes(misQ05054000)$stat, logscale=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.