[R] how to make a plot without any axis-labeling
Ross Ihaka
ihaka at stat.auckland.ac.nz
Mon Aug 4 00:34:33 CEST 2003
Michael Kirschbaum wrote:
> Hi.
> I got a problem, perhaps someone can help me.......
>
> every time, when I want to plot data, both axis are labeled by default like
>
> data[1,]
> and
> data[2,]
>
> how can I make a plot without ANY labeling?
>
> does anyone know that?
You need to specify emply labels.
plot(x,y,xlab="",ylab="")
--
Ross Ihaka Email: ihaka at stat.auckland.ac.nz
Department of Statistics Phone: (64-9) 373-7599 x 85054
University of Auckland Fax: (64-9) 373-7018
Private Bag 92019, Auckland
New Zealand
More information about the R-help
mailing list