Displaying 1 result from an estimated 1 matches for "tp4651275p4651305".
2012 Nov 29
3
Label axis with strings instead of numbers
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 fine, but where my y axis should have the names of each
team,