ternaryDiagAbline(robCompositions)
ternaryDiagAbline()所属R语言包:robCompositions
Adds a line to a ternary diagram.
三元相图中添加一行。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A low-level plot function which adds a line to a high-level ternary diagram.
一个低级别的绘图功能,增加了一条线,一个高层次的三元相图。
用法----------Usage----------
ternaryDiagAbline(x, ...)
参数----------Arguments----------
参数:x
Two-dimensional data set in isometric log-ratio transformed space.
两维数据设置在等距数比变换空间。
参数:...
Additional graphical parameters passed through.
额外的图形参数通过。
Details
详细信息----------Details----------
This is a small utility function which helps to add a line in a ternary plot from two given points in an isometric transformed space.
这是一个小的实用功能,有助于增加两个给定的的等角变换空间中的点线在三元图。
值----------Value----------
no values are returned.
没有返回值的。
(作者)----------Author(s)----------
Matthias Templ
参见----------See Also----------
ternaryDiag
ternaryDiag
实例----------Examples----------
data(coffee)
x <- coffee[,1:3]
ternaryDiag(x, grid=FALSE)
ternaryDiagAbline(data.frame(z1=c(0.01,0.5), z2=c(0.4,0.8)), col="red")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|