sigmaNet: Render Graphs Using 'Sigma.js'

Create interactive graph visualizations using 'Sigma.js' <http://sigmajs.org/>. This package is meant to be used in conjunction with 'igraph', replacing the (somewhat underwhelming) plotting features of the package. The idea is to quickly render graphs, regardless of their size, in a way that allows for easy, iterative modification of aesthetics. Because 'Sigma.js' is a 'javascript' library, the visualizations are inherently interactive and are well suited for integration with 'Shiny' apps. While there are several 'htmlwidgets' focused on network visualization, they tend to underperform on medium to large sized graphs. 'Sigma.js' was designed for larger network visualizations and this package aims to make those strengths available to 'R' users.

Version: 1.1.0
Depends: R (≥ 2.10)
Imports: htmlwidgets, igraph, jsonlite, RColorBrewer
Suggests: magrittr, knitr, rmarkdown, shiny
Published: 2018-04-23
Author: Ian Kloo [aut, cre]
Maintainer: Ian Kloo <iankloo at gmail.com>
BugReports: https://github.com/iankloo/sigmaNet/issues
License: MIT + file LICENSE
URL: https://github.com/iankloo/sigmaNet
NeedsCompilation: no
CRAN checks: sigmaNet results

Documentation:

Reference manual: sigmaNet.pdf
Vignettes: Vignette Title

Downloads:

Package source: sigmaNet_1.1.0.tar.gz
Windows binaries: r-devel: sigmaNet_1.1.0.zip, r-release: sigmaNet_1.1.0.zip, r-oldrel: sigmaNet_1.1.0.zip
macOS binaries: r-release (arm64): sigmaNet_1.1.0.tgz, r-oldrel (arm64): sigmaNet_1.1.0.tgz, r-release (x86_64): sigmaNet_1.1.0.tgz, r-oldrel (x86_64): sigmaNet_1.1.0.tgz
Old sources: sigmaNet archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=sigmaNet to link to this page.