[R] how to add frequencies to barplot

Remko Duursma remkoduursma at gmail.com
Sun Nov 21 02:02:17 CET 2010


Hi Casper,

try this:

b <- barplot(table(x2),density=4, ylim=c(0,100))
tx2 <- table(x2)
text(b,tx2+5, as.character(tx2))
 


greetings,
Remko

-- 
View this message in context: http://r.789695.n4.nabble.com/how-to-add-frequencies-to-barplot-tp3051923p3052067.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list