Witold Eryk Wolski <wolski <at> molgen.mpg.de> writes: 
> In the first place I was wondering if there are no function 
> _insert.vector_  in base.

There is append.  e.g. insert 100:101 after position
3 of 11:15

R> append(11:15, 100:101, 3)
[1]  11  12  13 100 101  14  15

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to