由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - adding colors to data points in scatter plot in R
相关主题
[合集] 请教一个统计问题如何做microarray的scatter plot图?
quick question in Rdata prediction by regression or better ways
为什么不能把ABLINE加到散点图中了PCA作图
请教一个r的问题一般什么样的数据,分析起来要做log transformation?
R: how to convert a scatter plot to a contour color plot?3d plot in R 求救,updated
How to plot multi-curves in one single chart by R关于基因表达的统计学问题, 不知发这是否合适
求助--基因之间表达量回归分析软件请教一个用R画图的问题
SAS plot questionHow to selectively plot data in R
相关话题的讨论汇总
话题: scatter话题: plot话题: colors话题: data话题: adding
进入Statistics版参与讨论
1 (共1页)
S******y
发帖数: 1123
1
Does anybody know how to adding colors to data points in scatter plot in R?
I have the following R data frame -
Voter_Name, Education_years, Income, Registered
Ricky, 18, 40000, Y
Lisa, 20, 34000, N
Jon, 10, 35000, Y
...
I am doing a scatter plot in R for those data points - Income vs.
EducationYears.
I would also like to using different colors to differentiate whether that
data point is a Registered Voter or not.
Does anybody know how to adding colors to data points in scatter plot in R?
Thanks
k********e
发帖数: 448
2
?plot
or ?points
or ?par
1 (共1页)
进入Statistics版参与讨论
相关主题
How to selectively plot data in RR: how to convert a scatter plot to a contour color plot?
请问诸位高手:lattice比一般的画图plot之类How to plot multi-curves in one single chart by R
R kmeans issue, plot result求助--基因之间表达量回归分析软件
what's wrong with Proc Reg???SAS plot question
[合集] 请教一个统计问题如何做microarray的scatter plot图?
quick question in Rdata prediction by regression or better ways
为什么不能把ABLINE加到散点图中了PCA作图
请教一个r的问题一般什么样的数据,分析起来要做log transformation?
相关话题的讨论汇总
话题: scatter话题: plot话题: colors话题: data话题: adding