plot3d.smacof(smacof)
plot3d.smacof()所属R语言包:smacof
3D SMACOF plots
3D SMACOF图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These methods produce static and dynamic 3D configuration plots for SMACOF models.
这些方法产生SMACOF模型的静态和动态的3D结构图。
用法----------Usage----------
## S3 method for class 'smacof'
plot3d(x, plot.dim = c(1,2,3), sphere = FALSE, xlab, ylab, zlab,
col, main, bgpng = NULL, ax.grid = TRUE, sphere.rgl = FALSE,...)
## S3 method for class 'smacofR'
plot3d(x, plot.dim = c(1,2,3), joint = FALSE, xlab, ylab, zlab,
col, main, bgpng = NULL, ax.grid = TRUE, sphere.rgl = FALSE,...)
## S3 method for class 'smacofID'
plot3d(x, plot.dim = c(1,2,3), xlab, ylab, zlab,
col, main, bgpng = NULL, ax.grid = TRUE, sphere.rgl = FALSE,...)
## S3 method for class 'smacof'
plot3dstatic(x, plot.dim = c(1,2,3), main, xlab, ylab, zlab, col, ...)
## S3 method for class 'smacofR'
plot3dstatic(x, plot.dim = c(1,2,3), main, xlab, ylab, zlab, col, joint = FALSE, ...)
## S3 method for class 'smacofID'
plot3dstatic(x, plot.dim = c(1,2,3), main, xlab, ylab, zlab, col, ...)
参数----------Arguments----------
参数:x
Object of class "smacof", "smacofR", and "smacofID" (see details)
对象的类"smacof","smacofR"和"smacofID"(详见)
参数:plot.dim
Vector of length 3 with dimensions to be plotted.
与尺寸,长度为3的矢量被绘制。
参数:sphere
Spherical SMACOF: Whether sphere should be plotted or not.
球面SMACOF:无论是球应绘制。
参数:joint
Rectangular SMACOF: If TRUE, the configurations are plotted jointly.
矩形SMACOF:如果TRUE,配置绘制共同的。
参数:main
Plot title.
图称号。
参数:xlab
Label of x-axis.
标签的x轴。
参数:ylab
Label of y-axis.
出版商的y轴。
参数:zlab
Label of z-axis.
出版商的z轴。
参数:col
Color of the text labels.
颜色的文本标签。
参数:bgpng
Background image from rgl library; NULL for white background
背景图像RGL库,“NULL白色背景
参数:ax.grid
If TRUE, axes grid is plotted.
如果TRUE,绘制轴网格。
参数:sphere.rgl
If TRUE, rgl sphere (background) is plotted.
如果TRUE,RGL球(背景)绘制。
参数:...
Further plot arguments passed: see plot </table>
进一步的图传递的参数:plot </表>
Details
详细信息----------Details----------
smacofSym() creates object of class "smacof", whereas smacofRect() produces "smacofR" and smacofIndDiff() generates "smacofID".
smacofSym()创建对象的类"smacof",而smacofRect()生产"smacofR"和smacofIndDiff()产生"smacofID",。
For smacofIndDiff() the configuration plot represents the group stimulus space (i.e., joint configurations).
对于smacofIndDiff()配置图表示该组刺激空间(即,联合配置)。
参见----------See Also----------
plot.smacof
plot.smacof
实例----------Examples----------
## 3D plot for spherical SMACOF[#球形SMACOF的3D绘图]
data(trading)
res <- smacofSphere.dual(trading, ndim = 3)
plot3d(res, plot.type = "confplot", sphere = TRUE, sphere.rgl = FALSE)
plot3dstatic(res)
## Group stimulus space for rectangular SMACOF[#集团的刺激空间矩形SMACOF]
data(breakfast)
res <- smacofRect(breakfast, ndim = 3)
plot3d(res, joint = TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|