rchlumsk / RavenR

R package for handling Raven hydrologic modelling framework inputs, outputs, and diagnostics
36 stars 16 forks source link

Function to make modifications to rvi or rvh file, and write back to file? #91

Open rchlumsk opened 2 years ago

rchlumsk commented 2 years ago

With the visNetwork package, it is possible to create interactive structure and subbasin network plots. It should also be possible to have the user interactively edit these plots and save the data back to respective rvi or rvh file.

See introduction here: [https://cran.r-project.org/web/packages/visNetwork/vignettes/Introduction-to-visNetwork.html]()

This would be a great feature to try out.