Learn R Programming

HEDA (version 0.1.5)

HPK_plot: HPK_plot

Description

Plot hydrograph

Usage

HPK_plot(df)

Arguments

df

Dataframe to be processed

Value

The plot will be presented under the <U+201C>Plots<U+201D> tab in RStudio. Users can determine whether to save out thediagram by themselves. The plot shows flow in m^3/s

Details

Plot the hydrograph of the processed data with change points marked by different colors

Examples

Run this code
# NOT RUN {
## subset the data
tt = hpk_flow_cg[13100:13400,]

## plot the hydrograph of the subset data
HPK_plot(tt)
# }

Run the code above in your browser using DataLab