美文网首页R
ggplot2主题

ggplot2主题

作者: Liam_ml | 来源:发表于2019-06-24 00:27 被阅读19次

    本文有两个部分:

    1. ggplot2 自带主题

    2. 主题包
      ggthemes
      ggthemr

    ggplot2 自带主题

    theme_gray() # 默认
    theme_bw()
    theme_linedraw()
    theme_light()
    theme_dark()
    theme_minimal()
    theme_classic()
    theme_void()
    

    拓展主题包

    ggthemes包
    ggthemr包
    ggtech包
    ggsci包

    相关文章

      网友评论

        本文标题:ggplot2主题

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