Description Usage Arguments Details Value Author(s) Examples
insert
introduces a vector at a given position of another vector,
displacing to the right all values from that position onwards.
1 | insert(vect, position, value)
|
vect |
the vector in which to insert additional values. |
position |
the position of vector |
value |
the values to be inserted in the vector |
The value of position
does not need to be a number smaller
than or equal to the length of vect
, as the missing values will be
denoted as NA.
new.vector |
the vector resulting after inserting |
Aurora Torrente aurora@ebi.ac.uk and Alvis Brazma brazma@ebi.ac.uk
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.