Martial Sankar <martial100...@hotmail.com> 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::rbind? The best I can
think of is

  help("rbind", package="IRanges")

IRanges::rbind uses the methods package; there should be no need to
'select' the correct version of rbind when actually using the
function. If that is not the case, then probably the IRanges
maintainer would like to know, perhaps through the Bioconductor
mailing list

  https://stat.ethz.ch/mailman/listinfo/bioconductor

Martin

>> ?rbind
> Help on topic 'rbind' was found in the following packages:
>
>   Package               Library
>   IRanges               /us3/gcg18/martial/local/R_lib
>   base                  /usr/local/lib64/R/library
>
> Choose one 
>
> 1: External Data Frame {IRanges}
> 2: Combine R Objects by Rows or Columns {base}
>
> Thanks,
>
> - Martial
>
> _________________________________________________________________
>
> [[elided Hotmail spam]]
>
>       [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

-- 
Martin Morgan
Computational Biology / Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N.
PO Box 19024 Seattle, WA 98109

Location: Arnold Building M1 B861
Phone: (206) 667-2793

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to