createShinyCyJSWidget | R Documentation |
Creates shinyCyJS widget from module
createShinyCyJSWidget(
module,
layout = list(name = "cose-bilkent", animate = FALSE, randomize = FALSE,
nodeDimensionsIncludeLabels = TRUE),
...
)
module |
Module |
layout |
Layout for the module |
... |
Other parameters |
html widget of input module
data(mEx)
hw <- createShinyCyJSWidget(module = mEx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.