正如它在标题上写的那样,我想从R图中提取一个特定的数据。
在我的程序中,我使用qcc函数和控制图R(它的质量控制)。
#Background color
qcc.options(bg.margin = "white", bg.figure = "gray95")
#R graph ranges of a continuous process variable
qcc(data = Test,
type = "R",
sizes = 5,
title = "Sample R Chart Title",
digits = 2,
plot = TRUE)
我获得了这个R图:
我想提取失控点和图下方的数据。
你能帮助我吗?
感谢您的回答。
有关信息: 表:
日|温度
------- | ---------------
1 | 85
2 | 85
3 | 88
4 | 83
5 | 89
6 | 90
7 | 81
8 | 82
9 | 65
10 | 300