Learn R Programming

sgraph (version 1.1.0)

sgraphOutput: Create a UI element for a sgraph visualization in Shiny

Description

Create a UI element for a sgraph visualization in Shiny

Usage

sgraphOutput(outputId, width = "100%", height = "400px")

Value

Htmlwidgets output object

Arguments

outputId

ID of the UI element

width

Width of the UI element

height

Height of the UI element