[R] How to remove x, y labels from a plot

francoisromain@free.fr francoisromain at free.fr
Tue Nov 16 13:18:02 CET 2004


try :

plot(rnorm(20),rnorm(20),axes=F,xlab="",ylab="")


Selon Jin.Li at csiro.au:

> Hi there,
>
>
>
> I need to plot an illustrative figure without ticks, x, y labels in R. I
> managed to get the ticks removed, but had no luck with x, y labels.
>
>
>
> Any suggestions would be much appreciated.
>
>
>
> Jin Li
>
>
>
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>




More information about the R-help mailing list