Description Usage Arguments Value Examples
View source: R/mnrva_append_empty.R
Append blank features to matrix
1 | mnrva_append_empty(x, times)
|
x |
matrix of feature vectors |
times |
number of empty matrices, of same size as x to appen |
matrix original matrix plus empty matrices appended as new columns
1 2 | mat <- mnrva_item_matrix(n_items = 5, vec_length = 6)
mnrva_append_empty(mat,1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.