profvisOutput {profvis}R Documentation

Widget output function for use in Shiny

Description

Widget output function for use in Shiny

Usage

profvisOutput(outputId, width = "100%", height = "600px")

Arguments

outputId

Output variable for profile visualization.

width

Width of the htmlwidget.

height

Height of the htmlwidget


[Package profvis version 0.3.8 Index]