最近一段时间在用R语言画图,小结一下常用的画图函数。我只列个大纲,目的是要用的时候可以记起来用哪个函数画,然后去搜索相应的代码。
ggplot2
geom_point, scale_size, 调整点
labs, xlim, theme, ggtitle, subtitle, 调整画布
scale_colour_gradientn, scale_color_manual, 调整颜色
geom_line, geom_hline, geom_smooth, 调整线条
geom_text, geom_text_repel, 调整文字
......
ggpubr
ggbarplot,
ggboxplot, ggviolin, 组间比较
stat_summary,
stat_compare_means, 统计
......
cowplot, patchwork
拼图
svglite, export
输出图
网友评论