pcaOutput: The output function of the pca module

View source: R/pca.R

pcaOutputR Documentation

The output function of the pca module

Description

This provides a shiny tabsetPanel with tabPanels for both components and loading plots.

Usage

pcaOutput(id)

Arguments

id

Module namespace

Value

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

Examples

pcaOutput("pca")

# Almost certainly used via application creation

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


pinin4fjords/shinyngs documentation built on Feb. 28, 2024, 10:19 a.m.