Merge 2 sorted vectors in 1 sorted vector | R Documentation |
Merge 2 sorted vectors in 1 sorted vector.
Merge(x,y)
x |
A sorted vector with data. |
y |
A sorted vector with data. |
A sorted vector of the 2 arguments.
Manos Papadakis.
R implementation and documentation: Manos Papadakis papadakm95@gmail.com.
is.lower.tri,is.upper.tri
x <- 1:10
y <- 1:20
Merge(x,y)
x <- y <- NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.