HPK_plot {HEDA} | R Documentation |
HPK_plot
Description
Plot hydrograph
Usage
HPK_plot(df)
Arguments
df |
Dataframe to be processed |
Details
Plot the hydrograph of the processed data with change points marked by different colors
Value
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
Examples
## Not run:
## subset the data
tt = hpk_flow_cg[13100:13400,]
## plot the hydrograph of the subset data
HPK_plot(tt)
## End(Not run)
[Package HEDA version 0.1.5 Index]