Above is an image of a simple plot I have created with x,y co-ordinates.
I have passed pch = as.character(1:32)
into the plot, but after the first 9 characters, it will cut off the second character. How do you fix this? I guess I need to increase the width of each point?
Thanks!