plotCNOlistPDF(CellNOptR)
plotCNOlistPDF()所属R语言包:CellNOptR
Plots a CNOlist into a pdf file.
绘制CNOlist成PDF文件。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function is a wrapper for plotCNOlist, that plots the output directly in a pdf file.
此功能是plotCNOlist包装,该图直接在PDF文件中的输出。
用法----------Usage----------
plotCNOlistPDF(CNOlist, fileName)
参数----------Arguments----------
参数:CNOlist
a CNOlist
1 CNOlist
参数:fileName
a name for your pdf file, eg. "plot.pdf"
您的PDF文件的名称,如。 “plot.pdf”
值----------Value----------
This function doesn't return anything, it just produces a pdf file containing your plot, in your working directory.
此函数不返回任何东西,它只是产生一个PDF文件包含您的图,在你的工作目录。
作者(S)----------Author(s)----------
C. Terfve
参见----------See Also----------
plotCNolist, plotCNOlistLarge, plotCNOlistLargePDF
plotCNolist,plotCNOlistLarge,plotCNOlistLargePDF
举例----------Examples----------
tmpdir<-tempdir()
setwd(tmpdir)
data(CNOlistToy,package="CellNOptR")
plotCNOlistPDF(CNOlist=CNOlistToy,fileName="ToyModelGraph.pdf")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|