plot.AccSampPlan {Dodge}R Documentation

plot methods for the Dodge package

Description

Creates plots for analysing the design of an acceptance sampling procedure.

Usage

## S3 method for class 'AccSampPlan'
plot(x, y = NULL, ...)

Arguments

x

an object of class AccSampPlan, CurtSampPlan, or SeqSampPlan

y

ignored

...

further arguments passed to or from other methods.

Details

At this stage the plot.AccSampPlan method only plots the Operating Characteristic (OC) curve, the Average (AOQ) and (ATI) against the proportion (p) of product that is nonconforming. It also plots the curtailed sample size or the average sample number (ASN) against p. Further development is still required.

Author(s)

Jonathan Godfrey with some assistance from Raj Govindaraju

Examples


Plan1 = SSPlanBinomial(1000, 20,1, Plots=FALSE)
plot(Plan1)


[Package Dodge version 0.9-2 Index]