plot.fast(SensoMineR)
plot.fast()所属R语言包:SensoMineR
Make Factorial Approach for Sorting Task data (FAST) graphs
因素的方法排序任务数据(FAST)图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot the graphs for Factorial Approach for Sorting Task data (FAST).
因子排序任务数据(FAST)的方法绘制图表。
用法----------Usage----------
## S3 method for class 'fast'
plot(x,choix="ind", axes = c(1, 2), xlim = NULL, ylim = NULL, invisible = NULL,
col.ind = "blue", col.var = "red", col.quali.sup = "darkred",
col.ind.sup ="darkblue", col.quanti.sup = "black",label = "all",
cex = 1,lab.grpe = TRUE, title = NULL, habillage = "none", palette = NULL,
new.plot = TRUE, ...)
参数----------Arguments----------
参数:x
an object of class fast
快速的类的对象
参数:axes
a length 2 vector specifying the components to plot
长度2矢量指定组件绘制
参数:choix
the graph to plot ("ind" for the products, "var" for the vcategories, "group" for the consumers)
图图(“工业”的产品,“无功”的vcategories,“组”,为消费者)
参数: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键
参数:habillage
give no color for the individuals ("none"), or color the products among a consumer (give the number of the consumer)
得到无彩色的个人(“无”),或颜色之间的产品消费者(给消费者的数目)
参数:col.ind
a color for the products
产品的颜色
参数:col.var
a color for the categories
类别的颜色
参数:col.quali.sup
a color for the supplementary categories
补充的颜色类别
参数:col.ind.sup
a color for the supplementary individuals
补充个人的颜色
参数:col.quanti.sup
a color for the quantitative supplementary variables
定量补充变量的颜色
参数:label
a list of character for the elements which are labelled (by default, all the elements are labelled ("ind", "var"))
一个字符列表的元素被标记(默认情况下,所有的元素都标有(“工业”,“无功”))
参数:invisible
string indicating if some points should not be drawn ("ind" or "var")
字符串,表示不应该画一些点(“工业”或“var”)
参数:cex
cf. function par in the graphics package
比照。函数pargraphics包
参数: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,标题字符串对应的标题选择)
参数: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 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----------
fast
fast
实例----------Examples----------
## Not run: [#不运行:]
data(perfume)
res.fast <- fast(perfume,graph=FALSE)
plot.fast(res.fast,choix="ind",invisible="var",habillage=5)
plot.fast(res.fast,choix="group")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|