plotGraph: plotGraph

View source: R/ROBIN_plots.R

plotGraphR Documentation

plotGraph

Description

Graphical interactive representation of the network.

Usage

plotGraph(graph)

Arguments

graph

The output of prepGraph.

Value

Creates an interactive plot, a D3 JavaScript network graph.

Examples

my_file <- system.file("example/football.gml", package="robin")
graph <- prepGraph(file=my_file, file.format="gml")
plotGraph (graph)

robin documentation built on June 24, 2024, 5:11 p.m.