suppress tick labels
Sebastian Leuzinger wrote:
hello, is R able to suppress tick labels (not tick marks)? i know there is a way around this with axes=F and then draw new axes, but it would be easier to suppress them in the first place.
Not really suppressing them, but you could you do the following: plot(1:10, col.axis = "transparent") I'm not sure if this solution is device independent. --sundar