barrow(SensoMineR)
barrow()所属R语言包:SensoMineR
Barplot per row with respect to a set of quantitative variables
每行相对于定量变量的一组中的barplot
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns as many barplots as there are rows in a matrix. The barplots are automatically generated for all the quantitative variables.
返回作为许多barplots作为有一个矩阵中的行。自动生成的barplots所有的定量变量。
用法----------Usage----------
barrow(donnee, numr = 2, numc = 2, numchar = 8, color = "lightblue",
title = NULL)
参数----------Arguments----------
参数:donnee
a data frame of dimension (p,q), where p is the number of products and q is the number of sensory descriptors for instance
一个数据框的尺寸(P,Q),其中p是产品的数量和q是感官描述符的实例的数目
参数:numr
the number of barplots to be displayed per row (by default 2)
数的显示每行barplots(默认情况下,2)
参数:numc
the number of barplots to be displayed per column (by default 2)
要显示的每一栏(默认情况下,2)的数量barplots
参数:numchar
the number of character used to write the boxplot labels (by default 8)
写箱线图的标签使用的字符数(默认为8)
参数:color
the color of the barplots (by default "lightblue")
颜色的barplots(默认情况下,“浅蓝色”)
参数:title
the title used in the graphs
在图形中使用的标题
Details
详细信息----------Details----------
Missing values are ignored when forming barplots.
遗漏值忽略时,形成barplots。
(作者)----------Author(s)----------
S茅bastien L锚 <a href="mailto:Sebastien.Le@agrocampus-rennes.fr">Sebastien.Le@agrocampus-rennes.fr</a>
参考文献----------References----------
Chambers, J. M., Cleveland, W. S., Kleiner, B. and Tukey, P. A. (1983) Graphical Methods for Data Analysis. Wadsworth & Brooks/Cole.
参见----------See Also----------
plot
plot
实例----------Examples----------
data(chocolates)
resdecat<-decat(sensochoc, formul = "~Product+Panelist", firstvar = 5,
graph = FALSE)
## Not run: [#不运行:]
barrow(resdecat$tabT)
barrow(resdecat$coeff, color = "orange")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|