> -----Original Message----- > I have a problem in R plot. I want to plot a multipanel chart (eg 4 subplots > like > in the following code), but I want to remove the line of the first 3 x axis, > without break the multipanel box. Is there a possibility to succeed?
You could specify axes=FALSE (see ?plot.default) in your individual plot commands for the early plots and use axis() when you _do_ want to put an axis in? S Ellison ******************************************************************* 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.