[R] Insert values to histogram
JCFaria
joseclaudio.faria at gmail.com
Fri May 6 13:02:44 CEST 2011
An alternative approach:
library(fdth)
fd <- fdt(rnorm(1e3, m=10, sd=2))
plot(fd)
breaks <- with(fd, seq(breaks["start"], breaks["end"], breaks["h"]))
mids <- 0.5 * (breaks[-1] + breaks[-length(breaks)])
y <- fd$table[, 2]
text(x=mids, y=y,
lab=y,
pos=3)
HTH,
JCFaria
--
View this message in context: http://r.789695.n4.nabble.com/Insert-values-to-histogram-tp3498140p3502237.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list