Skip to content

question about the tick label.

1 message · Liaw, Andy

#
Not sure if this is what you want, but give it a shot anyway:

plot(x, y, xaxt="n")
axis(1, at=x, label=names(x))

Andy