showClass("CNOlist")
data(CNOlistToyMMB, package="CellNOptR")
cnolist = CNOlistToyMMB
# In version 1.3.30 and above, use the plot method instead of former plotCNOlist function.
plot(cnolist)
# In version 1.5.14 and above, use getters instead of the @ operator
getCues(cnolist)
# others:
new_cnolist = randomize(cnolist)
Run the code above in your browser using DataLab