plot.fasnt(SensoMineR)
plot.fasnt()所属R语言包:SensoMineR
Make Factorial Approach for Sorting Napping Task data (FASNT) graphs
因素的方法排序小憩任务数据(FASNT)图形
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot the graphs for Factorial Approach for Sorting Napping Task data (FASNT).
因素的方法排序小憩工作数据(FASNT),绘制图表。
用法----------Usage----------
## S3 method for class 'fasnt'
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, lab.coord=TRUE, lab.partial=TRUE,
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 and the categories, "group" for the consumers and "partial" for the partial products)
图图(“IND”的产品类别,为消费者“本集团”和“部分”的部分产品)
参数: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
类别的颜色
参数:lab.ind
boolean, if TRUE, the products are labelled
布尔值,如果为TRUE,产品标记
参数:lab.var
boolean, if TRUE, the categories associated with categorization are labelled
布尔值,如果为true,类别与分类标记
参数:lab.coord
boolean, if TRUE, the napping variables are labelled
布尔值,如果为true,午睡变量的标记
参数:lab.partial
boolean, if TRUE, the partial products are labelled
布尔值,如果为true,部分产品被标记
参数: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, the coordinates 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----------
fasnt
fasnt
实例----------Examples----------
## Not run: [#不运行:]
data(smoothies)
res.fasnt <- fasnt(smoothies, first="nappe",graph=FALSE)
plot.fasnt(res.fasnt,choix="ind",invisible="var",habillage=15,
title="Objects colored according to the groups provided by consumer 5")
plot.fasnt(res.fasnt,choix="partial",lab.partial=FALSE)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|