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

    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 …

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

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

  3. 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 …

  4. ggplot2 教程

    ggplot2 是一个 R 包,用于通过数据可视化进行统计计算和数据表示。 它遵循底层图形语法,即图形语法,其中包含某些规则和独立组件,可用于以各种格式表示数据。

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

    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 …

  6. Introduction to ggplot2

    ggplot2 is an R package for producing visualizations of data. Unlike many graphics packages, ggplot2 uses a conceptual framework based on the grammar of graphics. This allows you to …

  7. ggplot 2包的安装和初步认识 - 知乎

    ggplot2 是由 Hadley Wickham 编写的,提供了能够对图形的可视化编程,在 R语言 中深受广大读者喜爱,它能够实现多种类型图表的可视化分析。

  8. ggplot2 package - RDocumentation

    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 …

  9. 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 …

  10. R语言绘图——数据可视化ggplot2 介绍和主要的参数 - 简书

    Jun 24, 2021 · R 有几种用于制作图形的系统,但 ggplot2 是最优雅和最通用的系统之一。 与大多数其他图形包不同,ggplot2 具有基于图形语法的底层语法,它允许您通过组合独立组件来组 …