[R] Label axis with strings instead of numbers

2012-11-29 Thread seanlilley
I have created a bubble plot in R using the following formula: symbols(Data$Day.Number,Data$Team,circles=Data$Total.amount, inches=0.5, fg="white",bg="red",xlab="Day Number",ylab="Team") The data set is called Data, and I have the columns Day.Number, Team and Total.amount. The data is plotting f

Re: [R] Label axis with strings instead of numbers

2012-11-29 Thread seanlilley
Hi, The axis function plots an axis ontop of my current axis. So although I am able to write my labels in, they are written ontop of the numbers in the current axis rather than replacing them. Any other alternatives? Sean -- View this message in context: http://r.789695.n4.nabble.com/Label-ax