densPlotWidget: densplotWidget

densplotWidgetR Documentation

densplotWidget

Description

Plot density of a vector or matrix

Usage

densplotWidget(input, output, session, reactives = reactive({
    list()
}))

densplotModuleUI(id)

Arguments

input

arguments necessary for use with callModule()

output

arguments necessary for use with callModule()

session

arguments necessary for use with callModule()

reactives

list of arguments passed to densplot

id

id to be used to define a namespace via NS() (must match id in callModule for the server Module)

Functions

  • densplotWidget: server logic for densplotWidget

  • densplotModuleUI: UI elements for densplotWidget


mjhelf/Mosaic documentation built on April 28, 2022, 11:32 a.m.