shinyUI(fluidPage(
fluidRow(
column(4,
wellPanel(
analysisUI('analysis'),
plotOptionsUI('plotOptions'),
screeUI('scree')
)),
column(8,
compromiseFactorMapUI('compromiseFactorMap'))
)
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.