Description Usage Arguments Author(s) See Also Examples
Shows the ABCXYZData
object as a table consisting of the absolute and relative amount of each item,
the cumulative relative amount and the ABC-class. If XY and YZ parameters have been specified for
computing the ABCXYZData object, the table also includes a column for the XYZ coefficient, the XYZ-
class and the ABC/XYZ-class.
1 2 | ## S4 method for signature 'ABCXYZData'
show(object)
|
object |
The |
Leon Binder leon.binder@th-deg.de
Bernhard Bauer bernhard.bauer@th-deg.de
Michael Scholz michael.scholz@th-deg.de
ABCXYZData
computeABCXYZAnalysis
1 2 3 4 5 6 | data("Amount")
abcResult = computeABCXYZAnalysis(data = Amount,
value = "value",
item = "item",
timestamp = "date")
abcResult
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.