https://github.com/cran/ABCanalysis
Raw File
Tip revision: 81afe0ecccdc17114e19306afac7d2079eae4b2f authored by Florian Lerch on 13 March 2017, 13:31:38 UTC
version 1.2.1
Tip revision: 81afe0e
ABCanalysis4curve.Rd
\name{ABCanalysis4curve}
\alias{ABCanalysis4curve}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{calculate ABC Analysis from a given curve.}
\description{
  calculate points A B C of the ABC Analysis from a given curve.}

\arguments{
  \item{p[1:m]}{a vector of values specifying where interpolation took place}
	\item{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]))
	\item{BreakEvenPunktIndex}{Index of breakeven point}
	\item{ParetoPunktIndex}{Index of pareto point}
  \item{SubmarginalPunktIndex}{Index of submarginal point}
  \item{ABx}{Position of AB point on x axis}
  \item{ABy}{Position of AB point on y axis}
  \item{BCx}{Position of BC point on x axis}
  \item{BCy}{Position of BC point on y axis}
  \item{Bx}{Position of the unused point (breakeven or pareto) on the x axis}
  \item{By}{Position of the unused point (breakeven or pareto) on the y axis}
}

\author{Florian Lerch}
back to top