Skip to content

Commit

Permalink
Add option of more journeys on circos plot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim89 committed Jan 25, 2016
1 parent 8aee9a8 commit 64baf9a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/shiny/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@
radioButtons("journeys", NULL,
c("5" = "5",
"10" = "10",
"15" = "15"))),
"15" = "15",
"20" = "20",
"25" = "25",
"30" = "30"))),
mainPanel(plotOutput("circos", height = 750, width = 750)))

# close the UI definition
Expand Down

0 comments on commit 64baf9a

Please sign in to comment.