plot_USGSfdc: USGS Flow Duration Curve

plot_USGSfdcR Documentation

USGS Flow Duration Curve

Description

This function generates Flow Duration Curves.

Usage

plot_USGSfdc(
  procDV,
  site = NULL,
  startDate = "",
  endDate = "",
  span_season = NULL
)

Arguments

procDV

A previously created batch_USGSdv object.optional

site

A USGS NWIS site. optional

startDate

A character indicating the start date. minimum (default).

endDate

A character indicating the end date. maximum (default)

span_season

A character vector indicating a season, e.g. c('4-1', '6-30'). If NULL (default), yearly FDC will be produced.

Value

A ggplot. Works with plotly::ggplotly.


joshualerickson/wildlandhydRo documentation built on Feb. 12, 2024, 6:40 p.m.