inst/shiny-examples/app-pcadapt/ui/tab-pca.R

tabPanel(title = strong("PCA"),
         fluidRow(
           column(6, numericInput("i", label = "x-axis", value = 1, min = 1)),
           column(6, numericInput("j", label = "y-axis", value = 2, min = 1))
         ),
         fixedRow(
           column(10, 
                  plotly::plotlyOutput("pcaPlot")
           )
         ), value = 2
)

Try the pcadapt package in your browser

Any scripts or data that you put into this service are public.

pcadapt documentation built on Aug. 29, 2023, 5:07 p.m.