Learn R Programming

ABCanalysis (version 1.0.2)

ABCanalysisPlot: Displays ABC plot with ABCanalysis

Description

Displays ABC Curve : cumulative percentage of largest Data (effort) vs cumlative percentage of sum of largest data (yield) with set limits generated by an calculated ABCanalysis.

Usage

ABCanalysisPlot(Data, LineType = 0, LineWidth = 3, 
ShowUniform = TRUE,title, limits = TRUE, MarkPoints = TRUE, ABCcurvedata)

Arguments

Data
vector[1:n] describes an array of data: n cases in rows of one variable
LineType
integer, optional, for plot default: LineType=0 for solid line; for other line codes see documentation about pch
LineWidth
integer, optional, width of Line, see lwd in par
ShowUniform
boolean, optional, the ABC curve of the uniform distribution is shown in plot if TRUE (default)
title
string, optional, see parameter main in plot
limits
boolean, = TRUE, lines of division in A, B and C are drawn, default = FALSE
MarkPoints
boolean, optional, default= TRUE, Mark the three points of interest
ABCcurvedata
optional, see ABCcurve

Value

See Also

ABCanalysis

Examples

Run this code
data("SwissInhabitants")
	abc=ABCanalysisPlot(SwissInhabitants)

Run the code above in your browser using DataLab