<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; "><span>Ou,</span></div><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; "><span><br></span></div><div><span><font class="Apple-style-span" face="arial, helvetica, sans-serif"><div>PH    <- c(4.5, 4.3)</div><div>error <- c(0.5,0.2)</div><div>cidade <- c('Brasília','Itirapina')</div><div><br></div><div>da <- data.frame(cidade,PH,error)</div><div><br></div><div>library(ggplot2)</div><div>limits <- aes(ymax=PH + error, ymin=PH - error)</div><div><br></div><div>p <- ggplot(da, aes(cidade,PH))</div><div>p + geom_bar(fill='blue') + geom_errorbar(limits)      </div><div><br></div><div>Ultimamente estou ficando muito satisfeito com esta library. Para maiores detalhes,</div><div><br></div><div><meta
 http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://had.co.nz/ggplot2/">http://had.co.nz/ggplot2/</a><br></div><div><br></div><div><br></div><div>Allaman</div><div>(S,f,P)</div><div><br></div></font></span></div><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; "> </div><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; background-color: transparent; color: rgb(115, 115, 115); " align="center"><b>Ivan Bezerra Allaman</b> <br>Doutor em Zootecnia/UFLA<br><font style="background-color:transparent;" face="comic sans ms" size="2">email e msn - ivanalaman@yahoo.com.br <font size="1"><br></font></font></div></div></body></html>