# read in RavenR sample hydrographs data
hy <- rvn_hydrograph_data
# view contents for subbasin 36 as dyGraph
dyplots <- rvn_hyd_dygraph(hy,basins="Sub36")
dyplots
rvn_hyd_dygraph(hy,basins="Sub36", main="test title")
# view contents for all basins in hydrograph data
rvn_hyd_dygraph(hy)
Run the code above in your browser using DataLab