plotlines(limma)
plotlines()所属R语言包:limma
plotlines
的故事图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Time course style plot of expression data.
日久风图表达数据。
用法----------Usage----------
plotlines(x,first.column.origin=FALSE,xlab="Column",ylab="x",col="black",lwd=1,...)
参数----------Arguments----------
参数:x
numeric matrix or object containing expression data.
数字矩阵或含有表达数据的对象。
参数:first.column.origin
logical, should the lines be started from zero?
逻辑,应该开始从零线?
参数:xlab
x-axis label
X轴标签
参数:ylab
y-axis label
Y轴标签
参数:col
vector of colors for lines
向量的线条颜色
参数:lwd
line width multiplier
线宽乘数
参数:...
any other arguments are passed to plot
任何其他参数传递plot的
Details
详情----------Details----------
Plots a line for each probe.
绘制每个探针线。
值----------Value----------
A plot is created on the current graphics device.
当前图形设备上创建一个图。
作者(S)----------Author(s)----------
Gordon Smyth
参见----------See Also----------
An overview of modeling functions and associated plots available in LIMMA is given in 06.LinearModels.
建模功能和相关图LIMMA概述在06.LinearModels给出。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|