随笔分类 -  可视化

摘要:1. 自建离散量表 scale_color_manual scale_color_manual(values=c("red","blue","green","tomato","tomato","#e86b97","blue")) scale_discrete_manual() 2. 连续和合并的色标 阅读全文
posted @ 2023-03-06 11:09 Ryann'sBio 阅读(152) 评论(0) 推荐(0)
摘要:各种label的函数(geom_tiplab,geom_cladelabel,geom_strip) align:T对齐label,默认为F。 offset: 调整文本、图形和树的距离位置,默认为0。 node: 标记对应的节点,可用MRCA(tree,node1,node2)来找到节点的祖先节点 阅读全文
posted @ 2021-03-10 17:42 Ryann'sBio 阅读(814) 评论(0) 推荐(0)
摘要:1. 输入数据 2. Rscript 读取数据 a2值和p value值 lm_labels 阅读全文
posted @ 2019-04-16 16:00 Ryann'sBio 阅读(737) 评论(0) 推荐(0)
摘要:1. 有时候标题过长,想处理成两行,可以使用paste函数 main=paste( substitute(…), substitute(…) ) 阅读全文
posted @ 2019-03-25 11:41 Ryann'sBio 阅读(875) 评论(0) 推荐(0)