addGraphFromDataFrame: Add graph from data.frame

View source: R/cyjShiny.R

addGraphFromDataFrameR 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)


cyjShiny documentation built on March 31, 2023, 10:24 p.m.