barplotCluster(Rmixmod)
barplotCluster()所属R语言包:Rmixmod
Barplot of a class [<a href="MixmodResults-class.html">MixmodResults</a>]
Barplot的一类[<a href="MixmodResults-class.html"> MixmodResults </ A>]
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Barplot of qualitative data object using parameters from a [MixmodResults] to plot probablities of modalities.
Barplot的定性数据对象使用的参数[MixmodResults],绘制概率问题的方式。
用法----------Usage----------
barplotCluster(x, data, variables = colnames(data),
main = paste("Barplot of", variables), ...)
参数----------Arguments----------
参数:x
an object of class [MixmodResults]
一个类的对象[MixmodResults]
参数:data
a vector, matrix or data frame containing a qualitative data set.
一个向量,矩阵或数据框包含定性数据。
参数:variables
list of variables names to compute a barplot. All variables from data by default.
列表中的变量名称来计算barplot。所有的变量,默认情况下的数据。
参数:main
a list of title for the barplot. main must have the same length than variables.
列表中的标题的barplot。主必须具有相同的长度比变量。
参数:...
further arguments passed to or from other methods
进一步的参数传递给其他方法
Details
详细信息----------Details----------
Each line corresponds to one variable. A barplot is drawn for each cluster with the probabilities for each modality to be in that cluster.
每一行对应于一个变量。一个barplot绘制每种模式的概率是该聚类中的每个聚类。
参见----------See Also----------
barplot
barplot
实例----------Examples----------
data(birds)
xem2 <- mixmodCluster(birds,2)
barplotCluster(xem2["bestResult"], birds)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|