[R] Want to exclude axis numbering in plot.ca

R. Michael Weylandt michael.weylandt at gmail.com
Wed Oct 26 18:28:18 CEST 2011


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:
> plot.ca gives numbers on each axis. How do I stipulate to exclude these.
> Have read the R Documentation plot.ca but see no option to exclude axis
> numbers.
> Any suggestions?
>
> --
> Mark Webb
>
> Line +27 (21) 786 4379
> Cell +27 (72) 199 1000 [Poor reception]
> Fax  +27 (86) 260 1946
>
> Skype       tomarkwebb
> Email       targetlinkmark at gmail.com
> Client ftp  http://targetlinkresearch.co.za/cftp/
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



More information about the R-help mailing list