Description Usage Arguments Details Value See Also Examples
View source: R/calculate_fdc.R
PlotFdc plots a flow duration curve from a dataframe processed through
CalcFdc and optional spline function processed through
CalcFdcSpline.
| 1 | 
| strDf | The streamflow time series dataframe (e.g., output from
 | 
| strCol | The name of the column containing the streamflow values (DEFAULT="q_cms"). | 
| spline | (TRUE or FALSE) Option to add spline-fit curves to the plot (DEFAULT=TRUE). | 
| fdcProb | Optional exceedance threshold to calculate/plot (e.g., 0.2 for 20% exceedance). | 
PlotFdc reads the dataframe generated by CalcFdc and
outputs a plot of flow vs. percent exceedances and, optionally the fitted
spline curve.
A plot of flow (y) vs. flow exceedance probabilities (x).
Other flowDurationCurves: CalcFdcSpline,
CalcFdc, PlotFdcCompare
| 1 2 3 4 5 6 7 8 | ## Take a time series of observed 5-minute streamflow values for Fourmile 
## Creek (stored in the dataframe obsStr5min.fc in the column "q_cms") that
## has already been processed through "CalcFdc" (so also contains a column 
## named "q_cms.fdc") and plot with the 20% exceedance threshold called out.
## Not run: 
PlotFdc(obsStr5min.fc, fdcProb=0.2)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.