panel.violinm(violinmplot)
panel.violinm()所属R语言包:violinmplot
Lattice panel function to combine violin plots with arithmetic mean and standard deviation.
格子板的的功能结合小提琴图,算术平均值和标准偏差。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function combines violin plots with the corresponding arithmetic mean and standard deviation values in a lattice panel function. The panel function can be used with latice functions like bwplot.
此功能结合小提琴图以格子面板功能与相应的算术平均值和标准偏差值。面板功能,可用于桁架的功能,如bwplot。
用法----------Usage----------
panel.violinm(x, y, horizontal = TRUE, grid = TRUE,
mean.col = "blue", violin.col = "transparent", ...)
参数----------Arguments----------
参数:x
参数:y
参数:horizontal
Whether to display plots horizontally or vertically.
无论是水平或垂直显示图。
参数:grid
Whether to display grid lines cutting the violins.
是否显示网格线切割的小提琴。
参数:mean.col
color for the arithmetic mean.
颜色的算术平均。
参数:violin.col
violin fill color
小提琴填充颜色
参数:...
additional parameters to pass along called functions.
额外的参数来传递调用的函数。
参见----------See Also----------
violinmplot, panel.meansdplot
violinmplot,panel.meansdplot
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|