Skip to content

Instantly share code, notes, and snippets.

@timelyportfolio
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timelyportfolio/3bd872fa576c04a9f4ef to your computer and use it in GitHub Desktop.
Save timelyportfolio/3bd872fa576c04a9f4ef to your computer and use it in GitHub Desktop.
igraph and DiagrammeR fun with VivaGraphJS
# devtools::install_github("timelyportfolio/DiagrammeR@feature/vivagraphjs")
library(igraph)
library(DiagrammeR)
vivagraph( graph.famous("Zachary"), layout = layout.grid )
?vivagraph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment