mnrva_append_empty: Append blank features to matrix

Description Usage Arguments Value Examples

View source: R/mnrva_append_empty.R

Description

Append blank features to matrix

Usage

1

Arguments

x

matrix of feature vectors

times

number of empty matrices, of same size as x to appen

Value

matrix original matrix plus empty matrices appended as new columns

Examples

1
2
mat <- mnrva_item_matrix(n_items = 5, vec_length = 6)
mnrva_append_empty(mat,1)

CrumpLab/minerva documentation built on Oct. 30, 2019, 5:50 a.m.