坐山雕

导航

2021年1月26日

R plot a table

摘要: PLOTINFO<-ggplot(SMDATA,aes(x=xorder))+ geom_text(aes(y=3,label=xorder),angle=270)+ geom_text(aes(y=1,label=GENENAME),angle=270)+ geom_text(aes(y=2,la 阅读全文

posted @ 2021-01-26 11:54 坐山雕 阅读(71) 评论(0) 推荐(0)

arrangeGrob

摘要: grid.arrange(PLOTKMK$gtable,arrangeGrob(PLOTLINE,PLOTINFO,ncol=1,heights=c(3,1)),ncol=1) 阅读全文

posted @ 2021-01-26 11:43 坐山雕 阅读(87) 评论(0) 推荐(0)

sorted a data.frame i colnames

摘要: FIN2 %>% select(sort(names(.))) %>% FIN3 阅读全文

posted @ 2021-01-26 10:41 坐山雕 阅读(40) 评论(0) 推荐(0)