diff --git a/ui.R b/ui.R index cb422c9..3fc6226 100644 --- a/ui.R +++ b/ui.R @@ -166,8 +166,9 @@ shinyUI(fluidPage( downloadButton("download_pca_plot","OK")), p(), fluidRow( - column(7,plotOutput("pca_plot",height=600,width=600)), - column(5,tableOutput("pca_plot_table")) + column(4,tableOutput("pca_plot_table")), + column(8,plotOutput("pca_plot",height=650,width=650)) + ) )