Skip to content

bhachauk/networkviewer_shiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • 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 and csv.
  • Note tab added.

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