plot_hydrograph: plot hydrograph

Description Usage Arguments Value

View source: R/04-plot_hydrograph.R

Description

plot hydrograph

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
plot_hydrograph(
  rm,
  start_dt_str,
  end_dt_str,
  ylabloc = 300,
  xlabloc = 1.5,
  LoQ = 8000,
  HiQ = 25000,
  unit_cfs = T
)

Arguments

rm

river mile downstream from lees ferry, numeric

start_dt_str

string of start date and time YYYMMDD_hhmm (24hr)

end_dt_str

string of end date and time YYYMMDD_hhmm (24hr)

ylabloc

numeric, specifies vertical location of Q labels, in cfs/cms above/below red/blue lines

xlabloc

numeric, specifying horizontal location of Q-labels, 1/(xlabloc = 2)put the label in the middle of the plot, 1/xlabloc = 4 puts the label on the left, experiment

LoQ

where (cfs/cms)to display a low Q line

HiQ

where (cfs/cms)to display a hi Q line

unit_cfs

default is T, displays in cubic feet per second, if unit_cfs = F, displays in cubic meters per second

Value

hydrograph (figure)


Ryan-Lima/gRandcanyonsand documentation built on Aug. 13, 2021, 7:38 a.m.