[R] how to make a plot without any axis-labeling

Joel Kincaid jfkincaidsu at netscape.net
Sat Aug 2 01:53:15 CEST 2003


compare
plot(rnorm(1:10),rnorm(1:10))

with

plot(rnorm(1:10),rnorm(1:10),xlab="",ylab="")

cheers




More information about the R-help mailing list