ternarypoints(Zelig)
ternarypoints()所属R语言包:Zelig
Adding Points to Ternary Diagrams
加分的三元图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Use ternarypoints to add points to a ternary diagram generated using the ternaryplot function in the vcd library. Use ternary diagrams to plot expected values for multinomial choice models with three categories in the dependent variable.
使用ternarypoints加分的VCD库中生成的使用ternaryplot功能的三元相图。使用三元图绘制多项选择模型中的因变量有三个类别的预期值。
用法----------Usage----------
ternarypoints(object, pch = 19, col = "blue", ...)
参数----------Arguments----------
参数:object
The input object must be a matrix with three columns.
输入对象必须是一个有三列的矩阵。
参数:pch
The selected type of point. By default, pch = 19, solid disks.
选定种类的点。默认情况下,pch = 19,固体磁盘。
参数:col
The color of the points. By default, col = "blue".
颜色之分。默认情况下,col = "blue"。
参数:...
Additional parameters passed to points.
额外的参数传递给points。
值----------Value----------
The ternarypoints command adds points to a previously existing ternary diagram. Use ternaryplot in the vcd library to generate the main ternary diagram.
ternarypoints命令添加点以前存在的三元相图。使用ternaryplot在vcd库产生的主要三元相图。
(作者)----------Author(s)----------
Kosuke Imai <<a href="mailto:kimai@princeton.edu">kimai@princeton.edu</a>>; Gary King
<<a href="mailto:king@harvard.edu">king@harvard.edu</a>>; Olivia Lau <<a href="mailtolau@fas.harvard.edu">olau@fas.harvard.edu</a>>
参见----------See Also----------
The full Zelig manual at http://gking.harvard.edu/zelig, points, and
全策利希在http://gking.harvard.edu/zelig手册,points,和
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|