powered by
Converts a 2D numeric matrix into a 3-column data.frame
A 3-column data.frame with dim1, dim2, and value
A matrix to convert to data.frame
matrix
Michael Hallquist
This function is a faster version of reshape2::melt for the simple 2-D case. It is about 2.5x faster than melt.