[R-br] Barras de erro em barplot
Ivan Bezerra Allaman
ivanalaman em yahoo.com.br
Segunda Agosto 8 12:37:36 BRT 2011
Ou,
PH <- c(4.5, 4.3)
error <- c(0.5,0.2)
cidade <- c('Brasília','Itirapina')
da <- data.frame(cidade,PH,error)
library(ggplot2)
limits <- aes(ymax=PH + error, ymin=PH - error)
p <- ggplot(da, aes(cidade,PH))
p + geom_bar(fill='blue') + geom_errorbar(limits)
Ultimamente estou ficando muito satisfeito com esta library. Para maiores detalhes,
http://had.co.nz/ggplot2/
Allaman
(S,f,P)
Ivan Bezerra Allaman
Doutor em Zootecnia/UFLA
email e msn - ivanalaman em yahoo.com.br
-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: <http://listas.inf.ufpr.br/pipermail/r-br/attachments/20110808/6ef02f87/attachment.html>
Mais detalhes sobre a lista de discussão R-br