[R] How to add values on bar of grouped bar plot using mtext?

David Winsemius dwinsemius at comcast.net
Sat Aug 11 07:26:42 CEST 2012


On Aug 10, 2012, at 7:55 PM, Manish Gupta wrote:

> How to write values on bars using mtext?
>
> Grouped Bar Plot
> counts <- table(mtcars$vs, mtcars$gear) barplot(counts, main="Car
> Distribution by Gears and VS",xlab="Number of Gears",
> col=c("darkblue","red"),legend = rownames(counts), beside=TRUE,  
> horiz=TRUE)
>
> mtext(counts ) # But poistion is not at each bar.
>
> How can i put corresponsing values on each bars of  plot?
>
Please do not post duplicates
Please do not crosspost to SO and rhelp.
Please do read the Posting Guide.

>
> --
>
> Sent from the R help mailing list archive at Nabble.com.
>
-- 

David Winsemius, MD
Alameda, CA, USA



More information about the R-help mailing list