createParetoChart: Create Pareto Chart

Description Usage Arguments Value Examples

Description

This function creates a Pareto chart of the Pareto options evaluated in paretoImportance.

Usage

1
2
createParetoChart(pOptions = c("Customer 1", "Customer 2", "Customer 3"),
  poImport = c(5, 3, 1))

Arguments

pOptions

The names of the Pareto options in readParetoOptions.

poImport

The numeric values assigned to each Pareto option in paretoImportance.

Value

This function returns a Pareto chart as a highcharter object (column and line charts).

Examples

1

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