Skip to contents

Converts a matrix to data.frame with row (i) and column (j) index variables.

Usage

matrix_to_idf(x, z = "z")

Arguments

x

Matrix

z

Name of the data.frame column storing the matrix values

Value

A data.frame