On 09/30/2013 07:47 PM, Juan Andres Hernandez wrote:
Hi, does anybody know how to get a barplot with the x axis starting in the
right side and the y axis in the right side too?
An example:
dat=c(2,4,0,6,5)
names(dat)=paste('dpt.',1:5,sep='')
barplot(dat, horiz=T)
box()
I need this barplot in mi
Hi, does anybody know how to get a barplot with the x axis starting in the
right side and the y axis in the right side too?
An example:
dat=c(2,4,0,6,5)
names(dat)=paste('dpt.',1:5,sep='')
barplot(dat, horiz=T)
box()
I need this barplot in mirror, with the zero value to 6 starting in the
right si
2 matches
Mail list logo