msgR Documentation

msg

Description

Display the supplied string in the Cytoscape Desktop status bar

Usage

msg(obj, string)

Arguments

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

Value

Nothing.

Author(s)

Paul Shannon

See Also

clearMsg

Examples

  cy <- CytoscapeConnection ()
  msg (cy, 'this message will appear in the Cytoscape Desktop status bar, which is found at the lower corner of the Desktop')