r - cchart.p {IQCC} change titile -



r - cchart.p {IQCC} change titile -

i using cchart.p {iqcc} function generate p chart title appears "standardized p-chart (phase ii)" want alter title,x label , y label.

tried code:

library(iqcc) #get arguments args <- commandargs(true) pdfname <- args[1] datafile <- args[2] pdf(pdfname) tasks <- read.csv(datafile , header = t,sep=",") p <- cchart.p(x1 = tasks$x, n1 = tasks$y,phat = 0.02) print(p) dev.off()

any function or bundle can utilize it?

how can utilize ggplot2 package?

r title

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -