View on GitHub

networkviewer_shiny

Simple view for networks :globe_with_meridians: with various R Shiny plots :chart_with_upwards_trend:

Network Viewer


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.

Dependencies


R Shiny networkD3 visNetwork igraph

Release Notes


v1.0

DATA REQUIREMENTS


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

Instruction


If you select AEND and ZEND same column, It will show you an error.

Error: subscript out of bounds

So watch your Inputs!

Online Tool


graph


R shiny Web Tool : link

Suggest


For suggestions Ping me here