paretoImportance: Rank Importance of Pareto Options

Description Usage Arguments Value Examples

Description

This function assigns relative rank and importance to the Pareto options defined in readParetoOptions. These numerical assignments are then used by createParetoChart.

Usage

1
paretoImportance(arrayList = c("Customer 1", "Customer 2", "Customer 3"))

Arguments

arrayList

a list of values to assign numeric importance. Can be taken from readParetoOptions.

Value

This function does not return any values. Instead, it saves an array numeric object based on the user's input to the global environment.

Examples

1
2
3
4
## Not run: 
paretoImportance(pOptions)

## End(Not run)

jsdeherrera/prioritizationMatrix documentation built on June 25, 2019, 8:48 p.m.