R绘图方案手册(第二版)

原文地址:https://r-graphics.org/

本书的相关内容章节,可直接戳下方目录进行浏览,ENJOY!

R Graphics Cookbook, 2nd edition

Winston Chang

2019-05-01

Welcome

R绘图方案手册(第二版)_第1张图片

Welcome to the R Graphics Cookbook, a practical guide that provides more than 150 recipes to help you generate high-quality graphs quickly, without having to comb through all the details of R’s graphing systems. Each recipe tackles a specific problem with a solution you can apply to your own project, and includes a discussion of how and why the recipe works.

Read online here for free, or buy a physical copy on Amazon.

 

目录

  • Welcome
  • Preface
  • 1 R Basics
  • 2 Quickly Exploring Data
  • 3 Bar Graphs
  • 4 Line Graphs
  • 5 Scatter Plots
  • 6 Summarized Data Distributions
  • 7 Annotations
  • 8 Axes
  • 9 Controlling the Overall Appearance of Graphs
  • 10 Legends
  • 11 Facets
  • 12 Using Colors in Plots
  • 13 Miscellaneous Graphs
  • 14 Output for Presentation
  • 15 Getting Your Data into Shape
  • Appendix
  • A Understanding ggplot2

你可能感兴趣的:(项目学习,资源分享)