Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/plotCNOlistLargePDF.R
This function is a wrapper for plotCNOlistLarge, that plots the output directly in a pdf file.
1 | plotCNOlistLargePDF(CNOlist, filename, nsplit, width=14, height=7)
|
CNOlist |
a CNOlist |
filename |
a name for your pdf file, eg. "plot.pdf" |
nsplit |
the number os splits along the condition dimension (see plotCNOlistLarge) |
width |
set the width of the PDF document. |
height |
set the height of the PDF document. |
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.
This function doesn't return anything, it just produces a pdf file with your plots, in your current working directory.
C. Terfve
plotCNOlistLarge, plotCNOlist, plotCNOlistPDF
1 2 | data(CNOlistDREAM,package="CellNOptR")
plotCNOlistLargePDF(CNOlistDREAM, filename="dreamData.pdf",nsplit=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.