Posit Community
ggplot2 heatmap not arranging from highest to lowest
tidyverse
ggplot2
andresrcs
January 22, 2019, 4:44am
2
You have to reorder your
y
aesthetic in the ggplot call
y = reorder(track_name, value)
1 Like
show post in topic