Skip to content

Commit

Permalink
second commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CEdlich committed Apr 7, 2022
1 parent f449455 commit 2240ebd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added bip.RData
Binary file not shown.
2 changes: 1 addition & 1 deletion shiny_uNetwork.R
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ server <- function(input, output, session) {

output$download_plot <- downloadHandler(

filename = "fbf_bipartite_plot.pdf",
filename = "unetwork_plot.pdf",
content = function(file) {
ggsave(file, height = input$plot_height_cm, width = input$plot_width_cm, units = "cm")
}
Expand Down

0 comments on commit 2240ebd

Please sign in to comment.