Skip to content
Prev 13746 / 398502 Next

x axis point labels

Michaell Taylor <michaell.taylor at reis.com> writes:
Yes. Try this, one line at the time:

plot(0, axes=FALSE)
axis(1)
axis(2)
box()

Then look at the documentation for axis()
Doesn't really. You might want to lose the "_" for assignment, though.
It is a relic that several people want to see disappear in future
versions, so do youself a favour and use "<-".