Re: [R] mtext in barplot

2009-04-06 Thread Jim Lemon
johnhj wrote: Hii, Can anybody help me to put a text under the barplots. I will describe the percental between six grouped barplots. I tried to do it with mtext but without success. ... I tired to do it with mtext(side=1,at=x, text =c("Mean", "","","","","rere"), col = "red"), line = 1, cex =

Re: [R] mtext in barplot

2009-04-05 Thread Uwe Ligges
johnhj wrote: Hii, Can anybody help me to put a text under the barplots. I will describe the percental between six grouped barplots. I tried to do it with mtext but without success. Here is my code: test <-read.table(file="D:/mobile.txt") pdf(file = "D:/mobil126.pdf", width = 6.67, heig

[R] mtext in barplot

2009-04-05 Thread johnhj
Hii, Can anybody help me to put a text under the barplots. I will describe the percental between six grouped barplots. I tried to do it with mtext but without success. Here is my code: test <-read.table(file="D:/mobile.txt") pdf(file = "D:/mobil126.pdf", width = 6.67, height = 5, onefile =