plotCNOlistLargePDF: Plots a CNOlist into a pdf file, for lists with many...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

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

Usage

1
plotCNOlistLargePDF(CNOlist, filename, nsplit, width=14, height=7)

Arguments

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.

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.

Value

This function doesn't return anything, it just produces a pdf file with your plots, in your current working directory.

Author(s)

C. Terfve

See Also

plotCNOlistLarge, plotCNOlist, plotCNOlistPDF

Examples

1
2
3
4
tmpdir<-tempdir()
setwd(tmpdir)
data(CNOlistDREAM,package="CellNOptR")
plotCNOlistLargePDF(CNOlistDREAM, filename="dreamData.pdf",nsplit=2)

cokelaer/CellNOptR documentation built on May 27, 2019, 8:44 a.m.