ABCanalysis4curve {ABCanalysis}R Documentation

calculate ABC Analysis from a given curve.

Description

calculate points A B C of the ABC Analysis from a given curve.

Arguments

p[1:m]

a vector of values specifying where interpolation took place

ABC[1:m]

given values of the curve at positions from p

Value

BreakEvenPunktIndex = BreakEvenPunktIndex, ParetoPunktIndex = ParetoPunktIndex, SubmarginalPunktIndex = SubmarginalPunktIndex, ABx = Effort[AB], ABy = Yield[AB], BCx = Effort[BC], BCy = Yield[BC], Bx = Effort[B], By = Yield[B]))

BreakEvenPunktIndex

Index of breakeven point

ParetoPunktIndex

Index of pareto point

SubmarginalPunktIndex

Index of submarginal point

ABx

Position of AB point on x axis

ABy

Position of AB point on y axis

BCx

Position of BC point on x axis

BCy

Position of BC point on y axis

Bx

Position of the unused point (breakeven or pareto) on the x axis

By

Position of the unused point (breakeven or pareto) on the y axis

Author(s)

Florian Lerch


[Package ABCanalysis version 1.2.1 Index]