On 6/18/09, Martial Sankar <martial100...@hotmail.com> 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

______________________________________________
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