Displaying 1 result from an estimated 1 matches for "pfaok".
2018 Jan 29
2
Add ablines
Good morning,
I have some problem adding ablines in Rstudio.
The lines drew by the software doesen?t match with the added values, what can I do?
pfaOK<-qcc(D[!trial], sizes=size[!trial], type="p", nsigmas=2, data.name="Polli positivi al Campylobacter")
pfaOK1<-qcc(D[!trial], sizes=size[!trial], type="p", data.name="Polli positivi al Campylobacter")
abline(h=pfaOK$limits[1], lty=1, col="red"...