楼主: Winratschen
962 4

[專題總之]Graphics using R [推广有奖]

  • 0关注
  • 0粉丝

本科生

66%

还不是VIP/贵宾

-

TA的文库  其他...

Graphics(數據可視化)

Nonparametric Statistics

Statistics(統計學)

威望
0
论坛币
2176 个
通用积分
3.4200
学术水平
5 点
热心指数
5 点
信用等级
5 点
经验
816 点
帖子
42
精华
1
在线时间
0 小时
注册时间
2015-1-25
最后登录
2017-4-6

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
  • Learning Probabilistic Graphical Models in R
  • R Graphics Cookbook Practical Recipes for Visualizing Data
  • Visualizing Complex Data Using R
  • Mastering Probabilistic Graphical Models using Python by Ankur Ankan
  • 【经典教材系列】Graphics for Statistics and Data Analysis with R
  • R Graph Cookbook Second Edition(2014年11月) pdf 版
  • [R书籍]R Data Visualization Cookbook
  • Using R and RStudio for Data Management, Statistical Analysis and Graphics  
  • Programming Graphical User Interfaces in R
  • Practical Graph Mining with R - [已解决]
  • [PDF] R for Everyone Advanced Analytics and Graphics 2014
  • R Graphics Second Edition
  • R Graph Essentials PacktPub [VIDEO] + R Graphics Cookbook [O'Reilly]
  • R Graphics Cookbook
  • R graphics cookbook 免费教你用不同的R packages 来做图 - [阅读权限 1]
  • 【2012年Wiley】Guidebook to R Graphics Using Microsoft Windows
  • 2013新书 - R graphics cookbook
  • (英文书) Graphics for statistics and data analysis with R - [悬赏 1 个论坛币]
  • R Graphics, 2nd Edition
  • Advanced Graphics in R
  • An Introduction to R Graphics程序
  • Data Analysis and Graphics Using R (3ed) 资料共享
  • ggplot: Elegant Graphics for Data Analysis
  • Data Analysis and Graphics Using R – an Example-Based Approach (third Edition)
  • Using R for Data Analysis and Graphics
  • R Graphics
  • Using R for Data Analysis and Graphics
  • ggplot2--Elegant Graphics for Data Analysis
  • Springer出版社精品书观止: R软件使用系列
  • Using R for Data Analysis and Graphics
  • [下载]Data Analysis and Graphics Using R: An Example-based Approach (2006, 2nd)
  • [下载]S-PLUS 8 Guide to Graphics [PDF - 4.5MB]
  • [下载]Interactive and Dynamic Graphics for Data Analysis, With R and GGobi
  • [2008礼包6] Interactive and Dynamic Graphics for Data Analysis:With R and GGobi 免费
  • Using R for Data Analysis and Graphics An Introduction
  • [下载](R系列教程)R Graphics
https://bbs.pinggu.org/forum.php?mod=collection&action=view&ctid=2781&catalogid=914&page=2

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:Graphics GRAPHIC GRAPH Using GRAP Complex 经典

本帖被以下文库推荐

沙发
Winratschen 发表于 2016-5-14 20:40:25 |只看作者 |坛友微信交流群

R Graphics Cookbook

  1. 5.1. Making a Basic Scatter Plot
  2. Problem
  3. You want to make a scatter plot.
  4. Solution
  5. Use geom_point(), and map one variable to x and one to y.
  6. In the heightweight data set, there are a number of columns, but we’ll only use two in
  7. this example (Figure 5-1):
  8. library(gcookbook) # For the data set
  9. # List the two columns we'll use
  10. heightweight[, c("ageYear", "heightIn")]
复制代码

使用道具

藤椅
Winratschen 发表于 2016-5-14 20:42:29 |只看作者 |坛友微信交流群

R Graphics Cookbook

  1. 5.2. Grouping Data Points by a Variable Using
  2. Shape or Color
  3. Problem
  4. You want to group points by some variable, using shape or color.
  5. Solution
  6. Map the grouping variable to shape or colour. In the heightweight data set, there are
  7. many columns, but we’ll only use three of them in this example:
  8. library(gcookbook) # For the data set
  9. # Show the three columns we'll use
  10. heightweight[, c("sex", "ageYear", "heightIn")]
复制代码

使用道具

板凳
Winratschen 发表于 2016-5-14 20:50:45 |只看作者 |坛友微信交流群

R Graphics Cookbook

  1. 5.2. Grouping Data Points by a Variable Using Shape or Color
  2. Problem
  3. You want to group points by some variable, using shape or color.
  4. Solution
  5. Map the grouping variable to shape or colour. In the heightweight data set, there are
  6. many columns, but we’ll only use three of them in this example:
  7. library(gcookbook) # For the data set
  8. # Show the three columns we'll use
  9. heightweight[, c("sex", "ageYear", "heightIn")]
复制代码

使用道具

报纸
Winratschen 发表于 2016-5-14 20:55:08 |只看作者 |坛友微信交流群

R Graphics Cookbook

  1. 5.4. Mapping a Continuous Variable to Color or Size
  2. Problem
  3. You want to represent a third continuous variable using color or size.
  4. Solution
  5. Map the continuous variable to size or colour. In the heightweight data set, there are
  6. many columns, but we’ll only use four of them in this example:
  7. library(gcookbook) # For the data set
  8. # List the four columns we'll use
  9. heightweight[, c("sex", "ageYear", "heightIn", "weightLb")]
复制代码

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注jltj
拉您入交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-5-3 15:12