Learn R Programming

RCytoscape (version 1.22.0)

msg: 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.

See Also

clearMsg

Examples

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

Run the code above in your browser using DataLab