pcaOutput | R Documentation |
This provides a shiny tabsetPanel
with tabPanel
s for both
components and loading plots.
pcaOutput(id)
id |
Module namespace |
output An HTML tag object that can be rendered as HTML using as.character()
pcaOutput("pca")
# Almost certainly used via application creation
data(zhangneurons)
app <- prepareApp("pca", zhangneurons)
shiny::shinyApp(ui = app$ui, server = app$server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.