找回密码
 注册
查看: 269|回复: 0

R语言 SensoMineR包 plot.fahst()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 00:59:41 | 显示全部楼层 |阅读模式
plot.fahst(SensoMineR)
plot.fahst()所属R语言包:SensoMineR

                                        Make Factorial Approach for Hierarchical Sorting Task data (FAHST) graphs
                                         因素的方法的层次排序任务数据(FAHST)的图形

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Plot the graphs for Factorial Approach for Hierarchical Sorting Task data (FAHST).
绘制图形因子的方法为分层的排序任务数据(FAHST)。


用法----------Usage----------


## S3 method for class 'fahst'
plot(x,choix="ind", axes = c(1, 2), xlim = NULL, ylim = NULL, invisible = NULL,
    col.ind = "blue", col.var = "red", lab.ind=TRUE,lab.var=TRUE, cex = 1,
    lab.lev=TRUE,lab.grpe = TRUE, title = NULL, habillage = "none", habillage.lev = "none",
    traj = FALSE, palette = NULL, new.plot = TRUE, ...)



参数----------Arguments----------

参数:x
an object of class fahst
一个类fahst的对象


参数:choix
the graph to plot ("ind" for the products and the categories, "group" for the consumers and "level" for the levels)
图(“工业”的产品类别,为消费者和水平的“水平”为“本集团”)的图形


参数:axes
a length 2 vector specifying the components to plot
长度2矢量指定组件绘制


参数:xlim
range for the plotted 'x' values, defaulting to the range of the finite values of 'x'
范围为绘制x值,默认为有限的值的范围内的x


参数:ylim
range for the plotted 'y' values, defaulting to the range of the finite values of 'y'
范围为绘制y的值,默认的范围内的有限的值的Y键


参数:invisible
string indicating if some points should not be drawn ("ind" or "var")
字符串,表示不应该画一些点(“工业”或“var”)


参数:col.ind
a color for the products
产品的颜色


参数:col.var
a color for the categories
类别的颜色


参数:lab.ind
boolean, if TRUE, the products are labelled
布尔值,如果为TRUE,产品标记


参数:lab.var
boolean, if TRUE, the categories associated with categorization are labelled
布尔值,如果为true,类别与分类标记


参数:cex
cf. function par in the graphics package
比照。函数pargraphics包


参数:lab.lev
boolean, if TRUE, the levels are labelled
布尔值,如果为true,水平标记


参数:lab.grpe
boolean, if TRUE, the consumers are labelled
布尔值,如果为true,消费者被标记


参数:title
string corresponding to the title of the graph you draw (by default NULL and a title is chosen)
你画的图形(默认情况下,NULL,标题字符串对应的标题选择)


参数:habillage
give no color for the individuals ("none"), or color the products according to one of the levels of a consumer (give the number of the colomn corresponding to the level)
得到无彩色的个人(“无”),或颜色的产品,根据消费者的水平之一(的水平得到的数目相对应的colomn)


参数:habillage.lev
give no color for the levels ("none"), color the levels according to consumer ("subject") or color the levels according to the number of the level ("level")   
得到没有颜色的水平(“无”),颜色的水平根据消费者(“主题”)或彩色的水平,根据数量的水平(“水平”)


参数:traj
boolean, if TRUE, trajectories are drawn between levels of the same consumer
布尔值,如果为TRUE,轨迹绘制相同的消费水平之间的


参数:palette
the color palette used to draw the points. By default colors are chosen. If you want to define the colors : palette=palette(c("black","red","blue")); or you can use: palette=palette(rainbow(30)), or in black and white for example: palette=palette(gray(seq(0,.9,len=25)))
的调色板来绘制。默认情况下选择的颜色。如果你想定义颜色调色板=调色板(C(“黑”,“红”,“蓝”));或者你可以使用调色板,调色板(彩虹(30)),或黑白色例如:调色板=调色板(灰色(SEQ(0,0.9,长度= 25)))


参数:new.plot
boolean, if TRUE, a new graphical device is created
布尔值,如果为true,创建新的图形设备


参数:...
further arguments passed to or from other methods
进一步的参数传递给其他方法


值----------Value----------

Returns the products factor map, the categories factor map, the levels factor map and the consumers factor map.
返回制品厂图,分类因子映射,水平因子映射和消费者的因素图。


(作者)----------Author(s)----------


Marine Cadoret, S\'ebastien L\^e <a href="mailto:sebastien.le@agrocampus-ouest.fr">sebastien.le@agrocampus-ouest.fr</a>



参见----------See Also----------

fahst
fahst


实例----------Examples----------


## Not run: [#不运行:]
data(cards)
group<-c(2,3,3,2,2,4,2,3,2,1,3,2,3,3,3,2,3,3,2,3,3,3,3,3,3,3,3,3,3,3)
res.fahst <- fahst(cards,group,graph=FALSE)
plot.fahst(res.fahst,choix="ind",invisible="var",habillage=2,title="Cards colored according to level 2 of subject 1")
plot.fahst(res.fahst,choix="level",traj=TRUE)

## End(Not run)[#(不执行)]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-5-19 11:34 , Processed in 0.020794 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表