panel.meansdplot(violinmplot)
panel.meansdplot()所属R语言包:violinmplot
Lattice panel function to plot arithmetic mean and standard deviation.
格子板函数绘制的算术平均值和标准偏差。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function plots arithmetic mean and standard deviation for a given data frame. The arithmetic mean is displayed as a small rectangle with lines with the length of standard deviation protruding from its sides.
此函数曲线的算术平均值和标准偏差为一个给定的数据框。的算术平均值与从其两侧突出的长度的标准偏差的线显示为一个小的矩形。
用法----------Usage----------
panel.meansdplot(x, y, mean.pch = 15, mean.cex = 1, mean.col = "blue", ...)
参数----------Arguments----------
参数:x
data
数据
参数:y
data
数据
参数:mean.pch
character to plot for the arithmetic mean
字符绘制的算术平均
参数:mean.cex
参数:mean.col
color for the arithmetic mean.
颜色的算术平均。
参数:...
additional parameters passed to further functions called.
额外的参数传递给更多的功能调用。
Details
详细信息----------Details----------
This lattice panel functions is used to plot the arithmetic mean and the standard deviation. It can be used with any lattice function allowing the specification of a panel function.
这个格子板功能用于绘制的算术平均值和标准偏差。它可用于与其中任一个晶格函数允许面板功能的规范。
(作者)----------Author(s)----------
Raphael W. Majeed
参见----------See Also----------
violinmplot
violinmplot
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|