Il giorno Wed, 19 May 2010 08:46:06 -0700 (PDT)
Javier <j.perez-barbe...@macaulay.ac.uk> ha scritto:

> 
> Dear users,
> 
> Is there anyone how knows how to plot the sample size on top of the
> bars of a barchart plot?

Do you mean something like this?

mp <- barplot( VADeaths[1,], ylim = c( 0 , 18 ) ) 
text( mp , VADeaths[1,] + 0.5 , paste( VADeaths[1,] , "‰" ) )

______________________________________________
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