[Rd] Re: [R] Changing graphics defaults [was: changing (core) function argument defaults?]

2004-11-17 Thread Spencer Graves
., by changing the subject line to this email. hope this helps. spencer graves RenE J.V. Bertin wrote: gt;From: Patrick Connolly lt;[EMAIL PROTECTED]gt; gt;To: quot;RenE J.V. Bertinquot; lt;[EMAIL PROTECTED]gt; gt;Subject: Re: [R] changing (core) function argument defaults? gt;Date: Thu, 18 Nov

[Rd] vector documentation error?

2004-07-21 Thread Spencer Graves
for all your hard work to make R a reality. It makes it so much easier to develop new statistical methods for almost any purpose and through that to contribute to building a better world for all. Sincerely, Spencer Graves p.s. Please excuse if I'm sending this to the wrong address. I went

[Rd] Re: all.equal(, ) not considering names [was vector documentation error?]

2004-07-21 Thread Spencer Graves
by making it so much easier for others to modify and extend something that previous researchers have developed. Best Wishes, spencer graves Martin Maechler wrote: Spencer == Spencer Graves [EMAIL PROTECTED] on Wed, 21 Jul 2004 05:47:01 -0700 writes: Spencer The help

[Rd] Re: [R] Printing Lattice Graphs from Windows (PR#6948)

2004-06-06 Thread spencer . graves
a blank image copied into Word. hope this helps. spencer graves ### Duncan Murdoch wrote: On Sun, 6 Jun 2004 15:00:52 -0500, Dirk Eddelbuettel [EMAIL PROTECTED] wrote: But isn't it a bug in the windows version of R if the Rgui.exe cannot copy to the clipboard where

[Rd] Re: [R] Printing Lattice Graphs from Windows (PR#6951)

2004-06-06 Thread spencer . graves
Entschuldigung! My English spellchecker failed me again. spencer graves Peter Dalgaard wrote: Dirk Eddelbuettel [EMAIL PROTECTED] writes: On Sun, Jun 06, 2004 at 01:32:00PM -0700, Spencer Graves wrote: I agree: It sounds like a bug, as you said, Irk

[Rd] bug(?) in chisq.test

2004-03-09 Thread Spencer Graves
) right after the following line in the code for chisq.test (in R 1.8.1 for Windows): PVAL - sum(tmp$results = STATISTIC)/B Thanks for all your hard work for the R Project. Best Wishes, spencer graves Original Message Subject:Re: [R] Monte Carlo

[Rd] fac.design mean.default(..., weights)

2003-06-01 Thread Spencer Graves
. Is this something you like to hear about, or is this email a waste of your time and mine? Thanks for your valuable work on the R project. Best Wishes, Spencer Graves mean.default - function (x, trim = 0, na.rm = FALSE, weights=NULL, ...) { # mean.default

Re: [Rd] match.arg

2003-02-24 Thread Spencer Graves
a correction to an email that might go nowhere or might only irritate the recipients. Thanks again for your comments and all your effort and creativity in the R project. Best Wishes, Spencer Graves Martin Maechler wrote: Spencer == Spencer Graves [EMAIL PROTECTED] on Mon, 17 Feb 2003 17:43

[Rd] match.arg

2003-02-17 Thread Spencer Graves
, Spencer Graves match.arg - function (arg, choices) { if (missing(choices)) { formal.args - formals(sys.function(sys.parent())) choices - eval(formal.args[[deparse(substitute(arg))]]) } # cat(choices =, choices, \n) for(j in 1:length(arg)){ if (all(arg[j] == choices