Learn R Programming

CellNOptR (version 1.18.0)

plot-method: plot a "CNOlist" object - methods

Description

A plot method for CNOlist.

Usage

signature(x="CNOlist"): Please see the help page for the plot.CNOlist method in the CellNOptR package

arguments

x
The CNOlist object to plot

See Also

readMIDAS, makeCNOlist

Examples

Run this code
showClass("CNOlist")

files<-dir(system.file("ToyModel",package="CellNOptR"),full=TRUE)
cnolist  = CNOlist(files[[1]])
# accessors:
cnolist@cues
cnolist@inhibitors
cnolist@signals
cnolist@timepoints
cnolist@stimuli
# In version 1.3.30 and above, use the plot method instead of former plotCNOlist function.
plot(cnolist)

Run the code above in your browser using DataLab