plotRegions(cn.farms)
plotRegions()所属R语言包:cn.farms
Plots given regions by segments
图给予段区域
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A pdf in the working directory is produced.
在工作目录中的PDF产生。
用法----------Usage----------
plotRegions(object, segments, addInd = NULL, ylim,
variable, colorVersion = 0, plotLegend = TRUE, pdfname)
参数----------Arguments----------
参数:object
An instance of ExpressionSet
一个ExpressionSet的实例
参数:segments
An instance of ExpressionSet with the segments to plot
ExpressionSet段绘制的一个实例
参数:addInd
States how many indices should be plotted besides the region
国应绘制,除了该区域的许多指标
参数:ylim
The limits for the y axis.
y轴的限制。
参数:variable
States which variable of the assayData should be plotted.
各国应变量的assayData绘制。
参数:colorVersion
States different color versions.
各国不同的颜色版本。
参数:plotLegend
If a legend should be plotted or not.
如果一个传说,应绘制或不。
参数:pdfname
The name of the pdf file.
PDF文件的名称。
值----------Value----------
A graph. Normally a pdf in the current work directory.
图表。通常是在当前工作目录的PDF。
作者(S)----------Author(s)----------
Djork-Arne Clevert <a href="mailto kko@clevert.de">okko@clevert.de</a> and Andreas
Mitterecker <a href="mailto:mitterecker@bioinf.jku.at">mitterecker@bioinf.jku.at</a>
举例----------Examples----------
load(system.file("exampleData/slData.RData", package = "cn.farms"))
load(system.file("exampleData/testSegments.RData", package = "cn.farms"))
plotRegions(slData, testSegments, addInd = 10, ylim = c(-2, 2),
variable = "L_z", colorVersion = 1, plotLegend = TRUE,
pdfname = "slData.pdf")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|