| addGraphFromDataFrame {cyjShiny} | R Documentation | 
Add graph from data.frame
Description
Add graph from data.frame
Usage
addGraphFromDataFrame(session, tbl.edges, tbl.nodes = NULL)
Arguments
| session | a Shiny Server session object. | 
| tbl.edges | a data.frame with source, traget, interaction columns (and option other attributes) | 
| tbl.nodes | (optional; nodes can be deduced from tbl.edges) a data.frame with nodes and their attributes | 
Value
Nothing
Examples
## Not run: 
addGraphFromDataFrame(session)
## End(Not run)
[Package cyjShiny version 1.0.42 Index]