displayGraph(VBmix)
displayGraph()所属R语言包:VBmix
displayGraph
displayGraph
译者:生物统计家园网 机器人LoveR
描述----------Description----------
displays a curve (vect, measure), and associated deviations. Typically used to present experimental results.
显示的曲线(矢量中断,测量),和相关的偏差。通常用于本实验的结果。
用法----------Usage----------
displayGraph(measure, dev, vect, xlab = "K", ylab = "measure", main = " ")
参数----------Arguments----------
参数:measure
y-axis for the curve.
y轴为曲线。
参数:dev
deviations for the y-axis measures.
偏差为y轴措施。
参数:vect
x-axis for the curve.
x轴为曲线。
参数:xlab
label for x-axis.
x-轴的标签。
参数:ylab
label for y-axis.
y轴的标签。
参数:main
main label for the plotting window.
主要的绘图窗口的标签。
值----------Value----------
a new plotting window displaying the curve.
一个新的绘图窗口显示曲线。
(作者)----------Author(s)----------
Pierrick Bruneau
实例----------Examples----------
displayGraph(rnorm(10, mean=4, sd=3), rnorm(10, mean=0, sd=0.5), 1:10)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|