<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:10pt"><div><span>Pessoal,</span></div><div style="color: rgb(0, 0, 0); font-size: 13px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">estava precisando de um pacote que plota o boxplot e um histograma juntos. <span style="background-color: transparent;">Dei uma olhando a internet achei, </span><span style="background-color: transparent; font-size: 10pt;">mas não deu certo parece que o pacote </span><span style="font-size: 10pt;">Simple</span><span style="background-color: transparent; font-size: 10pt;"> saiu dos repositórios. Tem um pacote que plota y~x e na margem de x e y plota o histograma. Estou precisando desta duas coisas eu sei que existe, mas não me lembro qual pacote faz
 estas dois gráficos.   </span></div><div><span style="font-size: 10pt;"><br></span></div><div style="background-color: transparent;">library("Simple")</div><div style="background-color: transparent;">data(emissions)</div><div style="background-color: transparent;">attach(emissions)</div><div style="background-color: transparent;">simple.scatterplot(perCapita,CO2)</div><div style="background-color: transparent;">title("GDP/capita vs. CO2 emissions 1999")</div><div><br></div><div><br></div><div><br></div><div></div><div> obrigado </div><div>
<br><br></div></div></body></html>