Skip to contents

Convert list to incidence matrix

Usage

list2im_opt(setlist, empty = 0, do_sparse = FALSE, ...)

Arguments

setlist

list of vectors

empty

default 0, single value used for missing entries.

do_sparse

logical indicating whether to convert output to sparse matrix, not currently implemented.

...

additional arguments are ignored.

Value

numeric matrix