renderSgraph {sgraph} | 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