Learn R Programming

Dodge (version 0.9-2)

plot.AccSampPlan: plot methods for the Dodge package

Description

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

Usage

# S3 method for 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.

Examples

Run this code
# NOT RUN {
Plan1 = SSPlanBinomial(1000, 20,1, Plots=FALSE)
plot(Plan1)

# }

Run the code above in your browser using DataLab