pairs20x(s20x)
pairs20x()所属R语言包:s20x
Pairwise Scatter Plots with Histograms and Correlations
成对散点图,直方图和相关性
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots pairwise scatter plots with histograms and correlations for the data frame.
图成对散点图,直方图和相关的数据框。
用法----------Usage----------
pairs20x(x, ...)
参数----------Arguments----------
参数:x
a data frame.
一个数据框。
参数:...
optional argumments which are passed to the generic pairs function.
可选argumments它们传递给通用的双功能。
值----------Value----------
Returns the plots.
传回的图。
参见----------See Also----------
"pairs", "panel.smooth", "panel.cor", "panel.hist"
"pairs", "panel.smooth", "panel.cor", "panel.hist"
实例----------Examples----------
##peruvian indians[#秘鲁印第安人]
data(peru.df)
pairs20x(peru.df)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|