Learn R Programming

CellNOptR (version 1.18.0)

plotCNOlist: Plot the data in a CNOlist

Description

This function plots the data in a CNOlist as a matrix of plots with a row for each condition and a column for each signal, and an extra plot for each row that specifies which cues are present..

Usage

plotCNOlist(CNOlist)

Arguments

CNOlist
a CNOlist

Value

This function just produces a plot on your graphics window

Details

This function can plot the normalised values or the un-normalised ones, it just needs a CNOlist.

See Also

plotCNOlistPDF, plotCNOlistLarge, plotCNOlistLargePDF

Examples

Run this code
data(CNOlistToy,package="CellNOptR")
plotCNOlist(CNOlistToy)

Run the code above in your browser using DataLab