createSecondaryPlot: Create Secondary Plot Will create and configure gsPlot object...

Description Usage Arguments Value

View source: R/uvhydrograph-render.R

Description

Create Secondary Plot Will create and configure gsPlot object using provided data

Usage

1
2
3
createSecondaryPlot(uvInfo, secondarySeriesList, approvals,
  effective_shift_pts, meas_shift, gage_height, readings, corrections,
  timezone, excludeZeroNegativeFlag, tertiary_label = "")

Arguments

uvInfo

main timeseries information for the plot

secondarySeriesList

named list of timeseries to be plotted. Also includes log/invert axis info.

approvals

bars to be plotted which show approval level of data

effective_shift_pts

effective shift data to be plotted (list of points)

meas_shift

measured shift data to be plotted (list of points)

gage_height

measured gage height data to be plotted (list of points)

readings

named list of different readings series (ref/csg/hwm readings)

corrections

data correction information be plotted (time/correction pairs)

timezone

timezone to plot/display in

excludeZeroNegativeFlag

flag to exclude ploting of values <= 0

tertiary_label

label for the 3rd data item plotted

Value

fully configured gsPlot object ready to be plotted


USGS-R/repgen documentation built on April 14, 2021, 2:47 p.m.