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: [EMAIL PROTECTED] Department of Statistics Phone: (64-9) 373-7599 x 85054 University of Auckland Fax: (64-9) 373-7018 Private Bag 92019, Auckland New Zealand

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to