Re: [Rd] getMethods() not finding all methods

2006-10-13 Thread John Chambers
Seth Falcon wrote: > John Chambers <[EMAIL PROTECTED]> writes: > >> Yes, that's why showMethods() has the option includeDefs=TRUE to >> include the definitions. There are other options to look at multiple >> functions or specific classes. Look at ?showMethods >> > > A feature request: it

Re: [Rd] getMethods() not finding all methods

2006-10-13 Thread Seth Falcon
John Chambers <[EMAIL PROTECTED]> writes: > Yes, that's why showMethods() has the option includeDefs=TRUE to > include the definitions. There are other options to look at multiple > functions or specific classes. Look at ?showMethods A feature request: it would be useful in the context of attemp

Re: [Rd] getMethods() not finding all methods

2006-10-13 Thread John Chambers
object > target "ExpressionSet" > defined "ExpressionSet" > > > > > -Original Message- > From: [EMAIL PROTECTED] on behalf of Seth Falcon > Sent: Thu 10/12/2006 5:28 PM > To: r-devel@stat.math.ethz.ch > Subject: Re: [Rd] ge

Re: [Rd] getMethods() not finding all methods

2006-10-12 Thread Steven McKinney
essage- From: [EMAIL PROTECTED] on behalf of Seth Falcon Sent: Thu 10/12/2006 5:28 PM To: r-devel@stat.math.ethz.ch Subject: Re: [Rd] getMethods() not finding all methods "Steven McKinney" <[EMAIL PROTECTED]> writes: > Running R2.4.0 on Apple Mac OS X 10.4.8, > in Emacs

Re: [Rd] getMethods() not finding all methods

2006-10-12 Thread Seth Falcon
"Steven McKinney" <[EMAIL PROTECTED]> writes: > Running R2.4.0 on Apple Mac OS X 10.4.8, > in Emacs ESS mode, and also R.app. > > > In an attempt to learn a bit more about > a particular method (geneNames in package affy) > I invoked > > getMethods("geneNames") > > which produced geneNames metho

[Rd] getMethods() not finding all methods

2006-10-12 Thread Steven McKinney
Running R2.4.0 on Apple Mac OS X 10.4.8, in Emacs ESS mode, and also R.app. In an attempt to learn a bit more about a particular method (geneNames in package affy) I invoked getMethods("geneNames") which produced geneNames methods, but not the one in affy (output below). I had to know the