Description Usage Arguments Details Value Examples
Plot hydrograph
1 |
df |
Dataframe to be processed |
Plot the hydrograph of the processed data with change points marked by different colors
The plot will be presented under the “Plots” tab in RStudio. Users can determine whether to save out thediagram by themselves. The plot shows flow in m^3/s
1 2 3 4 5 6 7 8 | ## Not run:
## subset the data
tt = hpk_flow_cg[13100:13400,]
## plot the hydrograph of the subset data
HPK_plot(tt)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.