Skip to content
Prev 275595 / 398506 Next

Want to exclude axis numbering in plot.ca

I don't know what plot.ca is (it's not in base and you gave no package
citation), but the usual way is to add xaxt = "n" to a plot call.
Assuming plot.ca is an appropriately defined generic, this should
work.

E.g.,
layout(1:2)
plot(1:5)
plot(1:5, xaxt = "n")

Michael
On Wed, Oct 26, 2011 at 3:59 AM, Mark Webb <targetlinkmark at gmail.com> wrote: