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
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
andcsv
. - 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
R shiny Web Tool : link
Suggest
For suggestions Ping me here