Skip to content

help text for xlim

2 messages · Brian Ripley, Duncan Murdoch

#
xlim belongs to plot.window(), which is what plot.default() passes it to.
It is documented in both places.  It is not necessarily relevant to a 
general plot() (which might call lattice, for example).

I'd suggest adding an alias or concept to plot.window.Rd.  And 'asp' does 
have an alias and concept on that page.
On Tue, 29 Apr 2008, Duncan Murdoch wrote:

            

  
    
#
On 01/05/2008 6:20 AM, Prof Brian Ripley wrote:
I'll add a couple of concept entries to plot.window.

Duncan Murdoch