renderSgraph | R Documentation |
Render a sgraph visualization in Shiny
renderSgraph(expr, env = parent.frame(), quoted = FALSE)
expr |
An expression that creates a sgraph visualization |
env |
Defaults to parent.frame() (cf. Shiny docs) |
quoted |
Defaults to FALSE (cf. Shiny docs) |
Htmlwidgets render object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.