Network Viewer is a simple online tool to make a quick view of a network and view the paths over the network powered R Shiny.
- Network viewer initiated with three types of plots (iGraph, D3, visNetwork).
- Network paths computations added to show all links.
- Paths table available as data frame can be downloaded as
txt
andcsv
. - Note tab added.
NV (Network Viewer) needs Edge list data to construct the network view.
Your data should be in comma seperated values
file like shown below,
START,DESTINATION,ROUTE
MADURAI,CHENNAI,NH38
MADURAI,COIMBATORE,NH44
MADURAI,TRIVANDRUM,NH744
COIMBATORE,CHENNAI,NH544
If you select AEND
and ZEND
same column, It will show you an error.
Error: subscript out of bounds
So watch your Inputs!
R shiny Web Tool : link
For suggestions Ping me here