Learn R Programming

robin (version 1.1.2)

plotGraph: plotGraph

Description

Graphical interactive representation of the network.

Usage

plotGraph(graph)

Value

Creates an interactive plot, a D3 JavaScript network graph.

Arguments

graph

The output of prepGraph.

Examples

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

Run the code above in your browser using DataLab