Skip to content

Commit

Permalink
delete plotOutput(outputId = "adjPartPlot") as this output is not gen…
Browse files Browse the repository at this point in the history
…erated
  • Loading branch information
aleszib authored Mar 22, 2022
1 parent 7173d27 commit e3fd86f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.R
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ ui <- fluidPage(
## 6.4 Plot output original matrix ####
plotOutput(outputId = "adjPlot"),
## 6.5 Plot output partitioned matrix ####
plotOutput(outputId = "adjPartPlot"),
# plotOutput(outputId = "adjPartPlot"), #This output is not generated
),

tabPanel(title = "Network Plot",
Expand Down Expand Up @@ -2194,4 +2194,4 @@ server <- function(input, output, session) {
}

# Run the application
shinyApp(ui = ui, server = server)
shinyApp(ui = ui, server = server)

0 comments on commit e3fd86f

Please sign in to comment.