<html><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:10pt"><div><span>Caros amigos, recorro novamente para perguntar-lhes o seguinte:</span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><br><span></span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><span>Com a rotina abaixo:</span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><span>data(pistonrings)<br>attach(pistonrings)<br># 40 sample of 5 obs each<br>qcc.groups(diameter, sample)<br># some obs are removed, the result is still a 40x5 matrix but
 with NAs added<br>qcc.groups(diameter[-c(1,2,50,52, 199)], sample[-c(1,2,50,52, 199)])<br><br><br>old <- qcc.options() # save defaults<br>qcc.options("cex.stats") # get a single parameter<br>qcc.options("cex.stats"=1.2) # change parameters<br>qcc.options(bg.margin="azure2")<br>qcc.options("violating.runs" = list(pch = 15, col = "purple"))<br>qcc.options("beyond.limits" = list(pch = 15, col = "orangered"))<br><br>par(center=1,sd=0.5)<br><br>qcc(rnorm(100),type = "xbar", center=1,std.dev = 0.5) # see the results<br>qcc.options(old) # restore old default</span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><br><span></span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><span>Gero o gráfico de xbarra
 para os dados do banco pistonrings, já consegui alterar os tamanhos das fontes dos labels de x e de y, não consegui alterar o tamanho da fonte dos limites "LCL" e "UCL", alguém tem alguma sugestão?</span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><br><span></span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><span>Muito obrigado.</span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><br><span></span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style:
 normal;"><span>[  ]'s.<br></span></div><div>Edson Lira<br>Estatístico<br>Manaus-Amazonas</div></div></body></html>