Description Usage Arguments Examples
Takes output data object from readNWISodbc and prints a boxplot of blank results
| 1 2 | qwblankPlot(qw.data, plotparm, site.selection = "All",
  facet = "multisite", scales = "fixed", printPlot = TRUE)
 | 
| qw.data | A qw.data list generated from readNWISodbc | 
| plotparm | A character vector of the parameter to plot. | 
| site.selection | A character vector of site IDs to plot | 
| facet | Character string of either "multisite" for plotting all sites on one plot or "Facet" for plotting sites on individual plots | 
| scales | Character string to define y axis on faceted plots. Options are "free","fixed","free_x", or "free_y" | 
| printPlot | Logical. Prints plot to graphics device if TRUE | 
| 1 2 3 4 5 6 | data("exampleData",package="WQReview")
qwblankPlot(qw.data = qw.data,
                       site.selection = "All",
                       plotparm = "00915",
                       printPlot = TRUE
                       )
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.