> To start-with, how do I omit the axis label?
> I tried xlab=NULL in the plot command
NULL is the default for xlab (see ?plot.default, which probably gives most of 
the information you need) 

Try 'xlab=""' or xlab=NA.


S



*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to