Version: | 1.0 |
---|---|
Provider: | RXMCDA |
SOAP service’s name: | |
plotAlternativesValues-RXMCDA (see SOAP requests for details) |
Generates a barplot representing a numeric quantity for each alternative, like, e.g., the overall value.
Please note: this program is deprecated and it is replaced by plotAlternativesValues in package ITTB.
Contact: Patrick Meyer (patrick.meyer@telecom-bretagne.eu)
(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>
<active>[...]</active>
[...]
</alternative>
[...]
</alternatives>
A list of <alternativesValue> representing a certain numeric quantity for each alternative, like, e.g., an overall value.
The input value should be a valid XMCDA document whose main tag is <alternativesValues>
.
A string containing the base64 representation of the png image of the barplot generated by the R statistical software.
The returned value is a XMCDA document whose main tag is <alternativeValue>
.
A list of messages generated by the algorithm.
The returned value is a XMCDA document whose main tag is <methodMessages>
.