View source: R/cbind-flat-vectors.R
cbind_flat_vectors | R Documentation |
Combine two flat vectors into a single (flat) matix
cbind_flat_vectors(a, b)
a |
first column vector |
b |
second column vector |
flat (row-wise) matrix, cbind(a,b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.