This is an attempt to define an external interface to XGobi. The initial functionality is somewhat related to the methods provided via the RPC mechanism. Additionally, Ross Ihaka and I have identified some other information that may be useful to have in a client (e.g. S) to 1) produce plots locally from the current view in the XGobi application, 2) control the XGobi application
typedef sequence<boolean> BooleanSequence;
typedef sequence<char> ByteSequence;
typedef sequence<char> CharSequence;
typedef sequence<double> DoubleSequence;
typedef sequence<float> FloatSequence;
typedef sequence<long> LongSequence;
typedef sequence<any> ObjectSequence;
typedef sequence<short> ShortSequence;
typedef sequence<string> StringSequence;
typedef sequence<unsigned long> ULongSequence;
typedef sequence<unsigned short> UShortSequence;
Generated by the ORBacus IDL-to-HTML translator (non-commercial)