Rdocumentation
powered by
Learn R Programming
Kmisc (version 0.5.0)
mat2df: Convert a Matrix to a DataFrame
Description
Identical to
as.matrix.data.frame
, but faster.
Usage
mat2df(x)
Arguments
x
A
matrix
.