res=RES$i
DF<-data.frame("A","B",stringsAsFactors = FALSE)
for (i in 1:length(res$tree_row$order)){
ROW_CLUSTER_ORDER=i
ROW_CLUSTER_NAME=res$tree_row$labels[res$tree_row$order[i]]
DF[ROW_CLUSTER_ORDER,] <- list(ROW_CLUSTER_ORDER,ROW_CLUSTER_NAME)
}
# head(DF)
colnames(DF)<-c("related_plot_line_num","GEMNUMID")
# head(AIN2)

#print("422")
MIN<-merge(AIN2,DF,by = "GEMNUMID")

相关文章:

  • 2021-06-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-14
  • 2021-07-31
  • 2021-12-14
  • 2022-02-03
猜你喜欢
  • 2021-11-30
  • 2021-10-03
  • 2021-12-20
  • 2021-12-26
  • 2021-10-12
  • 2021-08-06
  • 2022-12-23
相关资源
相似解决方案