Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nthomasCUBE authored Mar 6, 2020
1 parent fef08ce commit 13630ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ server <- function(input, output, session)
source("methods.R")
output$plot=renderPlot({
par(oma=c(0,20,0,20))
L=make_corr(v,input$phen0,output,main.cex=1.5,cex.names=2)
L=make_corr(v,input$phen0,output)
})
output$plot2=renderPlot({
})
Expand Down

0 comments on commit 13630ba

Please sign in to comment.