[R] R multiplot problem

S Ellison S.Ellison at LGCGroup.com
Wed Feb 19 14:39:27 CET 2014



> -----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}}




More information about the R-help mailing list