forceGraph: Create a force-directed graph widget

Description Usage Arguments

View source: R/forceGraph.R

Description

This function creates a force-directed graph using htmlwidgets, which can be rendered in R Markdown documents and shiny applications. The rendering is conducted using a variant of the Sigma which is a JavaScript library dedicated to graph drawing. The force-graph layout algorithm is ForceAtlas2 [http://www.plosone.org/article/info Mathieu Jacomy [https://github.com/jacomyma], Guillaume Plique [https://github.com/Yomguithereal] and Sébastien Heymann. [https://github.com/sheymann].

Usage

1

Arguments

message

the message of the widget

width

the width of the widget

height

the height of the widget


Ronlee12355/dfbmd documentation built on Sept. 23, 2020, 10:32 a.m.