Hi message,
What you can do is this:
barpos<-barplot(axes=FALSE, ann=FALSE, horiz=TRUE,
testbarplot[,2], ylab='group', xlab= '(x values)',
xlim=c(0,10),space=c(1,0,0,0, 1,0,0,0))
text(testbarplot[,2],barpos,
c('a', 'b', 'c', 'd', 'c', 'e','f', 'g'), pos=4)
as I think you want the values displa
Use only plain text emails. Don't attach file types that will be stripped. See
the footer at the bottom of your email for more information.
Do give us the data using dput():
> dput(testbarplot)
structure(list(V1 = c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L), V2 = c(3L,
8L, 1L, 9L, 5L, 4L, 2L, 0L), V3 = st
2 matches
Mail list logo