onefile= arg to postscript() (PR#854)
On Thu, 22 Feb 2001 pperkins@ucsd.edu wrote:
for what it's worth, the explicit family= arg seems to be superfluous, it would be handled by ... and the call to check.options().
That is untrue, as you will see if you try it.
Take a look at the comment in the code, please.
## handle family separately as length can be 1 or 4
if(!missing(family)) old$family <- family
In case you had not noticed, check.options would insist on length 1.
Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._