panelcor(siar)
panelcor()所属R语言包:siar
Adds correlations to a matrix plot
增加的相关性矩阵图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A simple function used by pairs to produce neat looking matrix plots. Not intended for use by those using siar.
一个简单的函数,用于对产生整齐的矩阵图。不打算使用SIAR使用。
用法----------Usage----------
panelcor(x, y, digits = 2, prefix = "", cex.cor, ...)
参数----------Arguments----------
参数:x
A numeric vector containing data with which to produce correlations
一个数字向量产生的相关数据
参数:y
A numeric vector containing data with which to produce correlations
一个数字向量产生的相关数据
参数:digits
Number of digits to display on plot
数位显示的地积
参数:prefix
Text to add before the correlation
添加前的相关文本
参数:cex.cor
Multiplier for the size of the text on the plot
乘数的大小,图上的文字
参数:...
Other arguments
其他参数
(作者)----------Author(s)----------
Unknown
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|