[6261] in s-news-athena
Using ...
daemon@ATHENA.MIT.EDU (Duncan Murdoch)
Wed Jan 25 17:46:37 1995
From: dmurdoch@pickard.mast.QueensU.CA (Duncan Murdoch)
To: s-news@utstat.toronto.edu (s-news)
Date: Wed, 25 Jan 1995 17:04:04 -0500 (EST)
I've got a plotting routine that allows graphical parameters to be passed to
it using "...". I call axis() from my routine; I'd like to give the user
the choice of setting a few axis options from the call to my routine, by
passing ... to axis().
The problem is that I also allow ... to be used for other general
graphical parameters like ylim, and axis() gags on ylim.
Is there an easy way to pass a censored version of ... to axis(), with
all the non-axis arguments deleted?
Duncan Murdoch