This function plots the upper and lower stopping regions and labels the stopping boundaries, for a design realisation found using the function findDes.
1 2 3 4 5 6 7 8 9 | plotBounds(
find.des.output,
xlabel = "Stage",
ylabel = "Test Statistic",
title.main = NULL,
line.df = NULL,
ymin = -5,
ymax = 5
)
|
find.des.output |
The output from a call to findDes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.