Re: [R] Axis trouble

2011-05-03 Thread David Winsemius
On May 3, 2011, at 7:10 AM, David Winsemius wrote: On May 3, 2011, at 6:12 AM, swaraj basu wrote: Hello Everyone, I am having problem in defining specific axis for plotting a vactor. vecAVG <- c(0.2, 0.4, 0.6, 0.2, 0.4) names(vecAVG)<-c("br

Re: [R] Axis trouble

2011-05-03 Thread David Winsemius
On May 3, 2011, at 6:12 AM, swaraj basu wrote: Hello Everyone, I am having problem in defining specific axis for plotting a vactor. vecAVG <- c(0.2, 0.4, 0.6, 0.2, 0.4) names(vecAVG)<-c("brain","heart","kidney","lung","blood")

Re: [R] Axis trouble

2011-05-03 Thread Breheny, Patrick
of Statistics University of Kentucky -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of swaraj basu Sent: Tuesday, May 03, 2011 9:13 AM To: r-help@r-project.org Subject: [R] Axis trouble Hello Everyone, I am

[R] Axis trouble

2011-05-03 Thread swaraj basu
Hello Everyone, I am having problem in defining specific axis for plotting a vactor. vecAVG <- c(0.2, 0.4, 0.6, 0.2, 0.4) names(vecAVG)<-c("brain","heart","kidney","lung","blood") par(mar=c(12,4.1,4.1, 2.1)) plot(sort(