Skip to content

Commit

Permalink
Update shiny app clustering panel
Browse files Browse the repository at this point in the history
  • Loading branch information
LamineTourelab committed May 2, 2024
1 parent 59db598 commit 2207e55
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,9 @@ server <- shinyServer(function(input, output, session)
height = input$height_png_heatmap, res = input$resolution_PNG_heatmap)

output$missmap <- renderPlot({
missmap(Datastatsclust())
d <- dist(Datastatsclust())
hcl <- hclust(d)
plot(hcl)
})
#++++++++++++++++++++++++++++++++++++++++++++++++++ Kmeans

Expand Down

0 comments on commit 2207e55

Please sign in to comment.