Re: [R] R function found in two packages !

2009-06-18 Thread Martin Morgan
Martial Sankar writes: > Hi, > > Is there a mean to automatically choose one version of the 'rbind' function ? > By default, R chose the 'rbind' from {base}, i would lke to use the one from > {IRanges}... > Is it possible to set that using 'par' ? Are you asking how to find help on IRanges::rb

Re: [R] R function found in two packages !

2009-06-18 Thread Martial Sankar
Thanks, > Date: Thu, 18 Jun 2009 11:21:29 +0200 > Subject: Re: [R] R function founRd in two packages ! > From: landronim...@gmail.com > To: martial100...@hotmail.com > CC: r-help@r-project.org > > On 6/18/09, Martial Sankar wrote: > > Is there a mean to automatically choose one version of the

Re: [R] R function found in two packages !

2009-06-18 Thread Liviu Andronic
On 6/18/09, Martial Sankar wrote: > Is there a mean to automatically choose one version of the 'rbind' function > ? By default, R chose the 'rbind' from {base}, i would lke to use the one > from {IRanges}... > I am usually solving these issues with: base::rbind() or IRanges::rbind(). Liviu ___

Re: [R] R function found in two packages !

2009-06-18 Thread Allan Engelhardt
See help("::") help("attachNamespace") and perhaps help("search") Allan. On 18/06/09 09:39, Martial Sankar wrote: > Hi, > > Is there a mean to automatically choose one version of the 'rbind' function ? > By default, R chose the 'rbind' from {base}, i would lke to use the one from > {IRanges}

[R] R function found in two packages !

2009-06-18 Thread Martial Sankar
Hi, Is there a mean to automatically choose one version of the 'rbind' function ? By default, R chose the 'rbind' from {base}, i would lke to use the one from {IRanges}... Is it possible to set that using 'par' ? > ?rbind Help on topic 'rbind' was found in the following packages: Package