qwblankPlot: Blank sample timeseries

Description Usage Arguments Examples

View source: R/qwblankPlot.R

Description

Takes output data object from readNWISodbc and prints a boxplot of blank results

Usage

1
2
qwblankPlot(qw.data, plotparm, site.selection = "All",
  facet = "multisite", scales = "fixed", printPlot = TRUE)

Arguments

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

Examples

1
2
3
4
5
6
data("exampleData",package="WQReview")
qwblankPlot(qw.data = qw.data,
                       site.selection = "All",
                       plotparm = "00915",
                       printPlot = TRUE
                       )

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