plotGridEffect(RTCA)
plotGridEffect()所属R语言包:RTCA
PLOT GRID EFFECT OF RTCA
积RTCA电网的影响
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot the mean and deviation of rows/columns of a RTCA E-plate, to provide hints of potential row/column effect of the plate
绘制行/列的RTCA电子板的均值和偏差,提供了潜在的行/列的板块效应的提示
用法----------Usage----------
plotGridEffect(rtca, mode = c("column", "row"), xlab = "time point",
ylab = "readout", legend = TRUE, col, ...)
参数----------Arguments----------
参数:rtca
An object of RTCA
一个RTCA的对象
参数:mode
character, either “column” or “row”, to choose which effect to depict
字符,要么“列”或“行”,选择描绘的效果
参数:xlab
x-axis label
X轴标签
参数:ylab
y-axis label
Y轴标签
参数:legend
logical, whether the legend should be added
逻辑,传说是否应加
参数:col
Color of the curves
曲线的颜色
参数:...
Further parameters passed to plot function
进一步的参数传递给plot函数
Details
详情----------Details----------
The error bars depicts the standard deviations
条形的错误描述的标准偏差
值----------Value----------
NULL, the funciton is called for its side effect
NULL,功能可按其副作用被称为
作者(S)----------Author(s)----------
Jitao David Zhang
举例----------Examples----------
require(RTCA)
ofile <- system.file("extdata/testOutput.csv", package="RTCA")
x <- parseRTCA(ofile)
plotGridEffect(x)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|