Skip to content
Prev 165751 / 398502 Next

plot.stepfun xlim

On Tue, 30 Dec 2008, m.u.r. wrote:

            
Wheere does it say that?  The help actually says

xlim,ylim: numeric(2) each; range of 'x' or 'y' values to use.  Both
           have sensible defaults.

They are just passed on to plot.window.  You may be looking for par 
'xaxs' (and 'xpd').
Why are you adding two blank commands via the semicolons?