plot.dicusum | R Documentation |
figure decision interval CUSUM control chart analysis
## S3 method for class 'dicusum'
plot(x, x.index, h, ...)
x |
:output of dicusum.r |
x.index |
: index for x labels |
h |
: decision interval |
returns a plot
Adam Cook, Adam.Cook@dfo-mpo.gc.ca
Mesnil and Pettigas 2008 Aquat Living Resour 22 187-192
x = c(1,2,3,4,5,3,2,1,2,6)
a = dicusum(x,1:3,0.2)
plot.dicusum(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.