plotSmoothScatter(cn.farms)
plotSmoothScatter()所属R语言包:cn.farms
Creates a smooth scatter plot
创建一个平滑的散点图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates a smooth scatter plot
创建一个平滑的散点图
用法----------Usage----------
plotSmoothScatter(object, variable, chrom, start, end,
ylim, pdfname, ...)
参数----------Arguments----------
参数:object
An instance of ExpressionSet.
ExpressionSet实例。
参数:variable
States which variable of the assayData should be plotted.
各国应变量的assayData绘制。
参数:chrom
The chromosome you want to plot.
要绘制的染色体。
参数:start
The physical start position.
物理起始位置。
参数:end
The physical end position.
物理的结束位置。
参数:ylim
The limits for the y axis.
y轴的限制。
参数:pdfname
The name of the pdf file.
PDF文件的名称。
参数:...
Further arguments passed to smoothScatter function.
进一步的参数传递给smoothScatter功能。
值----------Value----------
A graph.
图表。
作者(S)----------Author(s)----------
Andreas Mitterecker
举例----------Examples----------
load(system.file("exampleData/slData.RData", package = "cn.farms"))
plotSmoothScatter(slData[, 1:3], chrom = "23")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|