DataFrame nach spezifischer Spalte C1 bestellen
data[order(data$c1,decreasing = T),]
Yan Zhang
data[order(data$c1,decreasing = T),]