msg | R Documentation |
Display the supplied string in the Cytoscape Desktop status bar
msg(obj, string)
obj |
a CytoscapeConnectionClass object. |
string |
a char , an arbitrary string, which can be used to inform the user of things they may wish to know |
Nothing.
Paul Shannon
clearMsg
cy <- CytoscapeConnection () msg (cy, 'this message will appear in the Cytoscape Desktop status bar, which is found at the lower corner of the Desktop')