Learn R Programming

matman (version 1.1.3)

show,ABCXYZData-method: Shows an ABCXYZData object

Description

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.

Usage

# S4 method for ABCXYZData
show(object)

Arguments

object

The ABCXYZData object

See Also

ABCXYZData computeABCXYZAnalysis

Examples

Run this code
# NOT RUN {
data("Amount")
abcResult = computeABCXYZAnalysis(data = Amount,
    value = "value",
    item = "item",
    timestamp = "date")
abcResult
# }

Run the code above in your browser using DataLab