plotCNOlistPDF: Plots a CNOlist into a pdf file.

View source: R/plotCNOlistPDF.R

plotCNOlistPDFR Documentation

Plots a CNOlist into a pdf file.

Description

This function is a wrapper for plotCNOlist, that plots the output directly in a pdf file.

Usage

plotCNOlistPDF(CNOlist, filename)

Arguments

CNOlist

a CNOlist

filename

a name for your pdf file, eg. "plot.pdf"

Value

This function doesn't return anything, it just produces a pdf file containing your plot, in your working directory.

Author(s)

C. Terfve

See Also

plotCNOlist, plotCNOlistLarge, plotCNOlistLargePDF

Examples

data(CNOlistToy,package="CellNOptR")
plotCNOlistPDF(CNOlist=CNOlistToy,filename="ToyModelGraph.pdf")

saezlab/CellNOptR documentation built on April 16, 2024, 5:21 a.m.