renderSgraph {sgraph}R Documentation

Render a sgraph visualization in Shiny

Description

Render a sgraph visualization in Shiny

Usage

renderSgraph(expr, env = parent.frame(), quoted = FALSE)

Arguments

expr

An expression that creates a sgraph visualization

env

Defaults to parent.frame() (cf. Shiny docs)

quoted

Defaults to FALSE (cf. Shiny docs)

Value

Htmlwidgets render object


[Package sgraph version 1.0.0 Index]