Zmień pręty w geom_bar ggplot2 według wartości

ggplot(corr.m, aes(x = reorder(miRNA, -value), y = value, fill = variable)) + 
  geom_bar(stat = "identity")
Yan Zhang