Description Arguments Value Author(s)
View source: R/ABCanalysis4curve.R
calculate points A B C of the ABC Analysis from a given curve.
| p[1:m] | a vector of values specifying where interpolation took place | 
| ABC[1:m] | given values of the curve at positions from p | 
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 | 
Florian Lerch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.