About 137,000 results
Open links in new tab
  1. ggplot2 - Create Elegant Data Visualisations Using the Grammar of …

    ggplot2 is a system for declaratively creating graphics, based on The Grammar of Graphics. You provide the data, tell ggplot2 how to map variables to aesthetics, what graphical primitives to use, and it …

  2. CRAN: Package ggplot2

    A system for 'declaratively' creating graphics, based on "The Grammar of Graphics". You provide the data, tell 'ggplot2' how to map variables to aesthetics, what graphical primitives to use, and it takes …

  3. ggplot2作图最全教程(上) - 知乎

    ggplot2包 ggplot2是一个基于图形语法的声明式创建图形的系统。 你提供数据,告诉ggplot2如何将变量映射到美学(aesthetic),使用什么图形原语,然后它负责处理细节。 ggplot由几个基本元素构成: …

  4. GitHub - tidyverse/ggplot2: An implementation of the Grammar of ...

    ggplot2 is a system for declaratively creating graphics, based on The Grammar of Graphics. You provide the data, tell ggplot2 how to map variables to aesthetics, what graphical primitives to use, and it …

  5. ggplot2: Elegant Graphics for Data Analysis (3e)

    This is the on-line version of work-in-progress 3rd edition of “ggplot2: elegant graphics for data analysis” published by Springer. You can learn what’s changed from the 2nd edition in the Preface.

  6. 27 ggplot作图入门 | R语言教程

    ggplot2的默认设置一般能够满足我们的要求, 只有在有特殊的图形类型需求或者制作出版用的图形时, 才需要对图形进行定制调整。 图形调整可以包括: 配色、位置摆放等审美方面的调整; 面向目标出 …

  7. ggplot2入门指南 - GitHub Pages

    分面与布局 分面,就是分组绘图,根据定义的规则,将数据分为多个子集,每个子集按照统一的规则单独制图,排布在一个页面上。 ggplot2提供两种分面模式: facet_grid() 和 facet_wrap()。 我们先来看 …

  8. ggplot2 - 快速指南 - 技术教程

    ggplot2 - 发散图 在前面的章节中,我们了解了使用“ggplot2”包可以创建的各种类型的图表。 我们现在将重点关注相同类型的变体,例如发散条形图、棒棒糖图等等。 首先,我们将从创建发散条形图开 …

  9. R语言ggplot2 (一):ggplot2包安装和初始作图-CSDN博客

    Oct 1, 2018 · ggplot2是一款强大的图形可视化R包,其作图方式易于理解,且生成的图形精美,定制化程度也很高,应该是R里面最流行的可视化工具。 本文关注于ggplot2包的安装、ggplot2基本作图语法 …

  10. Data visualization with R and ggplot2 | the R Graph Gallery

    ggplot2 is a R package dedicated to data visualization. It can greatly improve the quality and aesthetics of your graphics, and will make you much more efficient in creating them.