vsnPlotPar(vsn)
vsnPlotPar()所属R语言包:vsn
Plot trajectories of calibration and transformation parameters for
校准和转换参数的图轨迹
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot trajectories of calibration and transformation parameters for
校准和转换参数的图轨迹
用法----------Usage----------
vsnPlotPar(x, what, xlab="iter", ylab=what, ...)
参数----------Arguments----------
参数:x
An object of class ExpressionSet-class which has been created by the function vsn.
ExpressionSet-class类的对象已创建功能vsn。
参数:what
Character, should either be "factors" or "offsets".
字符,应该是“因素”或“补偿”。
参数:xlab
Character, label for the x-axis.
字符,x轴的标签。
参数:ylab
Character, label for the y-axis.
字符,标签为y轴。
参数:...
Further arguments that get passed to plot.default.
得到传递到plot.default的进一步论据。
Details
详情----------Details----------
The plot that is created by this function may help in assessing whether the parameter estimation in vsn was sufficiently
可能有助于评估是否vsn参数估计是足够的图,是由这个函数创建
值----------Value----------
The function is called for its side effect, creating a plot on the active graphics device.
函数被调用它的副作用,创造一个积极的图形设备的图。
作者(S)----------Author(s)----------
Wolfgang Huber
参见----------See Also----------
vsn
vsn
举例----------Examples----------
## see example for vsn[#看到VSN例如]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|