2020年12月7日

R 按照某一列的值重新排序dataframe

摘要: library(data.table) setorder(setDT(Spot_manifest)[, barcode := colnames(count)], barcode) library(data.table) setorder(setDT(DF)[, index := factor(ind 阅读全文

posted @ 2020-12-07 08:32 若流芳千古 阅读(1048) 评论(0) 推荐(0) 编辑

导航