plotCNOlistLargePDF(CellNOptR)
plotCNOlistLargePDF()所属R语言包:CellNOptR
Plots a CNOlist into a pdf file, for lists with many conditions.
绘制CNOlist成一个PDF文件,列出许多条件。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function is a wrapper for plotCNOlistLarge, that plots the output directly in a pdf file.
此功能是plotCNOlistLarge包装,该图直接在PDF文件中的输出。
用法----------Usage----------
plotCNOlistLargePDF(CNOlist, fileName, nsplit)
参数----------Arguments----------
参数:CNOlist
a CNOlist
1 CNOlist
参数:fileName
a name for your pdf file, eg. "plot.pdf"
您的PDF文件的名称,如。 “plot.pdf”
参数:nsplit
the number os splits along the condition dimension (see plotCNOlistLarge)
OS分裂沿条件维度(见plotCNOlistLarge)
Details
详情----------Details----------
This function makes plots of CNOlists that are more readable when many conditions are present in the data. In addition to plotting the conditions divided into multiple plots, this function also plots the cues divided in two columns, one for inhibitors and one for stimuli.
此功能使得许多条件时,目前在数据更具可读性的CNOlists图。此外,以绘制分成多个图,此功能也图分为两列,为抑制剂,刺激的线索的条件。
值----------Value----------
This function doesn't return anything, it just produces a pdf file with your plots, in your current working directory.
此函数不返回任何东西,它只是产生一个图的PDF文件,在当前工作目录。
作者(S)----------Author(s)----------
C. Terfve
参见----------See Also----------
plotCNOlistLarge, plotCNOlist, plotCNOlistPDF
plotCNOlistLarge,plotCNOlist,plotCNOlistPDF
举例----------Examples----------
tmpdir<-tempdir()
setwd(tmpdir)
data(CNOlistDREAM,package="CellNOptR")
plotCNOlistLargePDF(CNOlistDREAM, fileName="dreamData.pdf",nsplit=2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|