boxplotOutput: The output function of the boxplot module

View source: R/boxplot.R

boxplotOutputR Documentation

The output function of the boxplot module

Description

This module produces displays of the distributions of the values in the selected assay matrix. For low sample numbers (<= 20) the default is a boxplot produced using ggplot2. For higher sample numbers, the default is a line-based alternative using plotly.

Usage

boxplotOutput(id)

Arguments

id

Submodule namespace

Value

output An HTML tag object that can be rendered as HTML using as.character()

Examples

boxplotOutput("boxplot")

# Almost certainly used via application creation

data(zhangneurons)
app <- prepareApp("boxplot", zhangneurons)
shiny::shinyApp(ui = app$ui, server = app$server)


pinin4fjords/shinyngs documentation built on Jan. 18, 2025, 7:09 p.m.