Version: | 1.0 |
---|---|
Provider: | UTAR |
SOAP service’s name: | |
XYPlotAlternativesValues-UTAR (see SOAP requests for details) |
Give a graphical XY reprentation of two alternativesValues (ex: ranking), providing an efficient way to compare them
Contact: Boris Leistedt (boris.leistedt@gmail.com)
(For outputs, see below)
A list of alternatives. Alternatives can be activated or desactivated via the <active> tag (true or false). By default (no <active> tag), alternatives are considered as active.
The input value should be a valid XMCDA document whose main tag is <alternatives>
.
It must have the following form:
<alternatives>
<alternative>
<alternativeID>[...]</alternativeID>
</alternative>
</alternatives>
Values of the first set of alternatives.
The input value should be a valid XMCDA document whose main tag is <alternativesValues>
.
It must have the following form:
<alternativesValues>
<alternativeValue>
<alternativeID>[...]</alternativeID>
<value>
<real>[...]</real>
</value>
</alternativeValue>
</alternativesValues>
Values of the first set of alternatives.
The input value should be a valid XMCDA document whose main tag is <alternativesValues>
.
It must have the following form:
<alternativesValues>
<alternativeValue>
<alternativeID>[...]</alternativeID>
<value>
<real>[...]</real>
</value>
</alternativeValue>
</alternativesValues>
A string containing the base64 representation of the png image of the plot generated by the R statistical software.
The returned value is a XMCDA document whose main tag is <alternativeValue>
.
logMessage
The returned value is a XMCDA document whose main tag is <methodMessages>
.
It has the following form:
<methodMessages mcdaConcept="methodMessage">
<logMessage>
<text>[...]</text>
</logMessage>
<errorMessage>
<text>[...]</text>
</errorMessage>
</methodMessages>