<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><font face="Arial" size="3" style="font-size:12pt;"><br id="FontBreak"></font>Então, estas funções elas mudariam o gráfico, mas pelo que estudei nos documentos do R, não me trazem a possibilidade da separação das sete propriedades como citei acima. Preciso especificar melhor o meu problema. Tenho dados de área e diâmetro máximo, nas linhas que colocarei abaixo eu faço a comparação do teste e da replicata.<div><pre style="font-family: courier, 'courier new', monospace; font-size: 14px; white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; line-height: 19px;"><br></pre><pre style="font-family: courier, 'courier new', monospace; font-size: 14px; white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; line-height: 19px;">Area<-data.frame(Teste=gl(2,465),Area=c(t2$Area,t3$Area))
factor(Area$Teste)
Area.aov<-aov(Area$Area~Area$Teste)
TukeyArea<-TukeyHSD(Area.aov,ordered=TRUE)</pre><pre style="font-family: courier, 'courier new', monospace; font-size: 14px; white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; line-height: 19px;">plot(TukeyArea)</pre><pre style="font-family: courier, 'courier new', monospace; font-size: 14px; white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; line-height: 19px;"><br></pre><pre style="font-family: courier, 'courier new', monospace; font-size: 14px; white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; line-height: 19px;">##O gráfico gerado é <<a href="http://www1.datafilehost.com/d/d4f9cd50" target="_blank" style="font-family: Calibri, sans-serif; font-size: 12pt;">http://www1.datafilehost.com/d/d4f9cd50</a>></pre><pre style="word-wrap: break-word; margin-top: 0px; margin-bottom: 0px;"><font face="courier, courier new, monospace"><span style="font-size: 14px; line-height: 19px; white-space: pre-wrap;"><br></span></font></pre><pre style="word-wrap: break-word; margin-top: 0px; margin-bottom: 0px;"><font face="courier, courier new, monospace"><span style="font-size: 14px; line-height: 19px; white-space: pre-wrap;">Dmax<-data.frame(Teste=gl(2,465),Dmax=c(t2$Dmax,t3$Dmax))
is.factor(Dmax$Teste)
Dmax.aov<-aov(Dmax$Dmax~Dmax$Teste)
TukeyDmax<-TukeyHSD(Dmax.aov,ordered=TRUE)</span></font></pre><pre style="word-wrap: break-word; margin-top: 0px; margin-bottom: 0px;"><font face="courier, courier new, monospace"><span style="font-size: 14px; line-height: 19px; white-space: pre-wrap;">plot(TukeyDmax)</span></font></pre><div><br></div><div>##O gráfico gerado é <<a href="http://www1.datafilehost.com/d/98e6c918" target="_blank" style="font-size: 12pt;">http://www1.datafilehost.com/d/98e6c918</a>></div><div><br></div><div>Mas neste caso eu teria dois gráficos um para Área e outro para o Diâmetro máximo (Dmax). Para deixar mais concisa a minha análise eu gostaria de colocar estes dois dados no mesmo gráfico, e aí que fica o problema, pois ao tentar fazer isso consegui colocar os dois um do lado do outro particionando o dispositivo gráfico. Mas eu queria plotar essas duas análises como se truncando o eixo y  e numa linha do eixo y  apresentar os dados do TukeyArea e numa linha superior os dados de TukeyDmax utilizando a mesma escala do eixo x.</div><div><br></div><div><br></div><div>Alguém sabe como me ajudar sobre funções que me possibilitam isso, ou que seria possível realizar algo semelhante.</div><div><br></div><div>Por favor me ajudem, aqui no meu departamento não encontro ninguém que trabalha com R.</div><div><br></div><div><br></div><div>Desde já agradeço.</div><div><br></div><div><br><br><div style="line-height:17px;color:rgb(42, 42, 42);font-family:'Segoe UI', Tahoma, Verdana, Arial, sans-serif;background-color:rgb(255, 255, 255);text-align:center"><b style="font-size:10pt"><font size="3" face="Arial" style="line-height:normal">Marcos Paulo Felizardo</font></b></div><div style="line-height:17px;color:rgb(42, 42, 42);font-family:'Segoe UI', Tahoma, Verdana, Arial, sans-serif;background-color:rgb(255, 255, 255);text-align:center"><br></div><div><pre style="font-family: courier, 'courier new', monospace; font-size: 14px; white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; line-height: 19px;">RE: A funcao cld e plot.cld do pacote multcomp faz isso para vc. Veja documentacao </pre><pre style="font-family: courier, 'courier new', monospace; font-size: 14px; white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; line-height: 19px;"><br></pre><pre style="font-family: courier, 'courier new', monospace; font-size: 14px; white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; line-height: 19px;"><br></pre><pre style="font-family: courier, 'courier new', monospace; font-size: 14px; white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; line-height: 19px;"><br></pre><pre style="font-family: courier, 'courier new', monospace; font-size: 14px; white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; line-height: 19px;">Olá, peço ajuda, estou realizando uma análise inferencial e estou usando gráficos para mostrar o quanto a diferença entre as médias estão longe de 0. Com as seguintes linhas:</pre><pre style="font-family: courier, 'courier new', monospace; font-size: 14px; white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; line-height: 19px;">
Area<-data.frame(Teste=gl(2,465),Area=c(t2$Area,t3$Area))
factor(Area$Teste)
Area.aov<-aov(Area$Area~Area$Teste)
TukeyArea<-TukeyHSD(Area.aov,ordered=TRUE)
plot(TukeyArea)
<br></pre><pre style="font-family: courier, 'courier new', monospace; font-size: 14px; white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; line-height: 19px;">Nestas linhas peguei a propriedade Área, mas são 7 propriedades do material analisado. Mas não sei como realizar a plotagem destas sete propriedades no mesmo gráfico. Já encontrei diferentes modos de colocar lado a lado, particionando o dispositivo gráfico, mas, a minha necessidade seria ter o gráfico com as sete propriedades comparadas nos dois testes (t2 e t3) utilizando o mesmo eixo x. Alguém pode me ajudar, por favor.

Muito obrigado
<br></pre><pre style="font-family: courier, 'courier new', monospace; font-size: 14px; white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; line-height: 19px;">Marcos Paulo Felizardo</pre></div></div></div>                                          </div></body>
</html>