[R] how to make a plot without any axis-labeling
Paolo Covelli
pcovelli at tin.it
Fri Aug 1 08:28:27 CEST 2003
> 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?
>
> thanks for helping
>
> Michael
**********************************
try this: plot ( a, b, xlab = "", ylab=""), on a windows platform it is
good.
More information about the R-help
mailing list