df2mtx.Rd
Take the first column of a data.frame as row names and return the remaining columns as a matrix.
df2mtx(df)
A data.frame.
A matrix with row names taken from the first column.