Description Usage Arguments Value Author(s) See Also Examples
View source: R/plotCNOlistPDF.R
This function is a wrapper for plotCNOlist, that plots the output directly in a pdf file.
1 | plotCNOlistPDF(CNOlist, filename)
|
CNOlist |
a CNOlist |
filename |
a name for your pdf file, eg. "plot.pdf" |
This function doesn't return anything, it just produces a pdf file containing your plot, in your working directory.
C. Terfve
plotCNOlist, plotCNOlistLarge, plotCNOlistLargePDF
1 2 | data(CNOlistToy,package="CellNOptR")
plotCNOlistPDF(CNOlist=CNOlistToy,filename="ToyModelGraph.pdf")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.