美文网首页
R语言常用画图函数小结

R语言常用画图函数小结

作者: Steven潘 | 来源:发表于2020-04-21 17:31 被阅读0次

    最近一段时间在用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

    输出图

    相关文章

      网友评论

          本文标题:R语言常用画图函数小结

          本文链接:https://www.haomeiwen.com/subject/mhjpihtx.html