Displaying 1 result from an estimated 1 matches for "tp2314226p2314294".
2010 Aug 04
2
ticks label of plot
Hello,
I had a question about how to label a axis of a plot.
for example, my plot is
>plot(1:100, axes=F)
>box()
>axis(1)
then, I want my y-axis has six ticks ( at=seq(0,100,10)) , but I don't want
to label all the 11 ticks, I only want to label the 1st, 3rd, 5th, 7th and
11th ticks. But the code axis(), always need the length of the "labels" and
"at" be equal,