Learn R Programming

quantable (version 0.3.6)

dat2Matrix: converts sparse representation to dense where row and col can be character vectors

Description

converts sparse representation to dense where row and col can be character vectors

Usage

dat2Matrix(row, col, x)

Arguments

row

row positions

col

column positions

x

values for matrix

Value

matrix