Skip to content

Commit

Permalink
update pca tab output
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-diazg committed Nov 29, 2017
1 parent a1269d3 commit ed9896b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -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))

)
)

Expand Down

0 comments on commit ed9896b

Please sign in to comment.