ternaryDiagEllipse(robCompositions)
ternaryDiagEllipse()所属R语言包:robCompositions
Adds tolerance ellipses to a ternary diagram.
将宽容椭圆添加一个三元相图。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Low-level plot function which add tolerance ellipses to a high-level plot of a ternary diagram.
低级别的绘图功能添加公差的椭圆形的三元相图的一个高层次的图。
用法----------Usage----------
ternaryDiagEllipse(x, tolerance = c(0.9, 0.95, 0.975), locscatt = "MCD", ...)
参数----------Arguments----------
参数:x
Three-part composition. Object of class “matrix” or “data.frame”.
三部分组成。对象类“矩阵”或“数据框”。
参数:tolerance
Determines the amount of observations with Mahalanobis distance larger than the drawn ellipse, scaled to one.
马哈拉诺比斯距离大于绘制椭圆,缩放到一个确定的量的观测。
参数:locscatt
Method for estimating the mean and covariance.
估计均值和方差的方法。
参数:...
Additional arguments passed trough.
额外的参数传递低谷。
值----------Value----------
no values are returned.
没有返回值的。
(作者)----------Author(s)----------
Peter Filzmoser, Matthias Templ
参见----------See Also----------
ternaryDiag
ternaryDiag
实例----------Examples----------
data(coffee)
x <- coffee[,1:3]
ternaryDiag(x, grid=FALSE)
ternaryDiagEllipse(x)
## or directly:[#或直接:]
ternaryDiag(x, grid=FALSE, line="ellipse")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|