公卫百科  > 所属分类  >  R/S+   
[0] 评论[0] 编辑

绘制散点图

 You have paired observations: (x1, y1), (x2, y2), ..., (xn, yn). You want to create a scatter plot of the pairs. 公卫家园


If your data is held in two parallel vectors, x and y, use them as arguments of plot:
> plot(x, y)
If your data is held in a (two-column) data frame, plot the data frame:

公卫考场


> plot(dfrm)

See the help page for plot to learn more about adding a title, subtitle, and labels.

附件列表


0

词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。

如果您认为本词条还有待完善,请 编辑

上一篇 相关性检验    下一篇 绘制条图

标签

同义词

暂无同义词