# read in rvh file
rvh <- rvn_rvh_read(system.file("extdata","Nith.rvh", package="RavenR"))
# create network plot of watershed structure from rvh file
rvn_rvh_subbasin_network_plot(rvh$SBtable)
# include labels
rvn_rvh_subbasin_network_plot(rvh$SBtable, labeled=TRUE)
Run the code above in your browser using DataLab