https://github.com/cran/IQCC
Raw File
Tip revision: 015c96430f6bddf3c9b4b20d878ceae380a023be authored by Emanuel P. Barbosa on 21 September 2009, 00:00:00 UTC
version 1.0
Tip revision: 015c964
grafXR.R
grafXR <-
function(x,sizes){
par(mfrow=c(1,2)) # setup 1 row and 2 columns for plotting
qcc(x, type="xbar", add.stats=F)
qcc(x, type="R",add.stat=F)
}

back to top