sel.pairs(SeleMix)
sel.pairs()所属R语言包:SeleMix
Scatterplot Matrix
散点图矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A scatterplot matrix with outlier and influential errors is produced.
具有的离群和影响力的错误是一个散点图矩阵。
用法----------Usage----------
sel.pairs(x, outl = rep(0, nrow(x)), sel = rep(0,nrow(x)),
labs = NULL, log = TRUE)
参数----------Arguments----------
参数:x
matrix or data frame of the coordinates of points
矩阵或数据框的点的坐标
参数:outl
vector identifying outliers (1 or TRUE means outlier)
矢量识别异常值(1或TRUE离群的)
参数:sel
vector identifying influential errors (1 or TRUE means influential error)
矢量确定有影响力的错误(或TRUE意味着有影响力的错误)
参数:labs
names of the variables
的变量的名称
参数:log
if TRUE logarithm of x are plotted
如果真对数x绘制
Details
详细信息----------Details----------
The ijth scatterplot contains x[,i] plotted against x[,j]. Outliers are represented as blue circles, influential errors as red circles and points that are both outlier and influential error as cyan circles.
ijth散点图包含X [,]绘制对x,J]。离群值表示为蓝色的圆圈,红色圆圈和点是离群和有影响力的错误,因为青色圆圈有影响力的错误。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|