Description Usage Arguments Value See Also Examples
PlotPrettyUsgs plots USGS site data which has been prettied with
PrettyUsgs.
1 | PlotPrettyUsgs(prettyUsgs, plot = TRUE, errInnerQntl = 0.995)
|
prettyUsgs |
dataframe returned from PrettyUsgs |
plot |
Logical to plot before returning or not. |
errInnerQntl |
The inner quantile of the error estimate to be plotted with error bars. For example, the "68-95-99.7 rule" where specifying these as the errInnerQntl would display 1, 2, and 3 standard deviations, respectively. |
A function(closure) with arguments controlling the look of its graphical output. It's actual return value is a list of ggplot2 object which can be custom manipulated.
Other streamObs: FindUsgsStns,
GetSiteHuc, GetUsgsHucData,
GetUsgsIvProduct,
ImproveHucMeta, LoadMetaDB,
PrettyUsgs, QueryHaveSite,
QuerySiteData, QuerySiteInfo,
QuerySiteName, QuerySiteProd,
SaveHucData, [.prettyUsgs,
subset.prettyUsgs
1 | # See vignette "Collect USGS stream observations and build a local database" for examples.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.