ABCanalysis4curve: calculate ABC Analysis from a given curve.

Description Arguments Value Author(s)

View source: R/ABCanalysis4curve.R

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


Mthrun/ABCanalysis documentation built on May 29, 2019, 10:52 a.m.