[R] plot.default and open ended limits
Thomas Lumley
tlumley at u.washington.edu
Mon Jan 10 16:11:15 CET 2005
On Sun, 9 Jan 2005, Dan Bolser wrote:
>
> Thats a good point. help.search("xlim") / ?xlim don't turn up any pages,
> and only plot.default seems to document [xy]lim. Aside from greping the
> source / docs how can I find out which plot functions use / abuse the
> [xy}lim parameter?
>
That's actually good news. If a plot method doesn't document xlim/ylim
then it's a reasonable bet that it either doesn't accept them or accepts
them in ... and passes them to plot.default.
-thomas
More information about the R-help
mailing list