Hi someone,

Try this:

x <-  c(20, 80, 20, 5, 2)
b <- barplot(x, ylim = c(0, 85), las = 1)
text(b, x+2, pch = x)

HTH,
Jorge

On Tue, May 4, 2010 at 8:41 AM, someone <> wrote:

>
> when i plot a barchart with 5 bars there is one bar pretty long and the
> others get smaller
> like (20, 80, 20, 5, 2)
> is there a way of displaying the number accoirding to each bar next to it?
> like in a bwplot the panel option N?
> --
> View this message in context:
> http://r.789695.n4.nabble.com/Show-number-at-each-bar-in-barchart-tp2125438p2125438.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to