Re: [Rd] method using several (and different) arguments in turn

2012-02-14 Thread james.foadi
27;m not sure this would be a wise thing Sent: 14 February 2012 17:00 To: Foadi, James (Imperial Coll.,RAL,DIA) Cc: r-devel@r-project.org Subject: Re: [Rd] method using several (and different) arguments in turn On 02/14/2012 08:43 AM, james.fo...@diamond.ac.uk wrote: > Dear R-develop

Re: [Rd] method using several (and different) arguments in turn

2012-02-14 Thread Martin Morgan
On 02/14/2012 08:43 AM, james.fo...@diamond.ac.uk wrote: Dear R-developers community, I have the following generic: setGeneric( name="newsample", def=function(x,y,z,a,b,c,...){standardGeneric("newsample")} And I can build several methods for this generic.

[Rd] method using several (and different) arguments in turn

2012-02-14 Thread james.foadi
Dear R-developers community, I have the following generic: setGeneric( name="newsample", def=function(x,y,z,a,b,c,...){standardGeneric("newsample")} And I can build several methods for this generic. One useful thing is to use "newsample" with only one of the