qwmatrixPlot: Parameter matrix plot

Description Usage Arguments Examples

View source: R/qwmatrixPlot.R

Description

Takes output data object from readNWISodbc and prints a parameter matrix plot

Usage

1
qwmatrixPlot(qw.data, site.selection, plotparm)

Arguments

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

Examples

1
2
3
4
data("exampleData",package="WQReview")
qwmatrixPlot(qw.data=qw.data, 
             site.selection = "06733000", 
             plotparm = c("00915","00945","00095")) 

USGS-R/WQ-Review documentation built on Nov. 12, 2019, 9:51 a.m.