Description Usage Arguments Examples
Takes output data object from readNWISodbc and prints a parameter matrix plot
| 1 | qwmatrixPlot(qw.data, site.selection, plotparm)
 | 
| qw.data | A qw.data object generated from readNWISodbc | 
| site.selection | A character vector of site IDs to plot | 
| plotparm | A character vector of parameters to plot | 
| 1 2 3 4 | data("exampleData",package="WQReview")
qwmatrixPlot(qw.data=qw.data, 
             site.selection = "06733000", 
             plotparm = c("00915","00945","00095")) 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.