Learn R Programming

inventorize (version 1.1.1)

ABC: ABC

Description

Identyfing ABC category based on the pareto rule. Identyfing ABC category based on the pareto rule.A category is up to 80

Usage

ABC(data, na.rm = TRUE, plot = FALSE)

Arguments

data,

Data frame of tuo columns,first column is the item name, second column is the item value/flow/demand.

na.rm,

logical and by default is TRUE

plot,

default is FALSE,if true a plot is generated

Value

a dataframe that contains ABC categories with a bar plot of the count of items in each category.

Examples

Run this code
# NOT RUN {
ABC(data.frame(SKU= seq(1:1000),demand=runif(1000,1,1000)))
# }

Run the code above in your browser using DataLab