maketall {slgf} | R Documentation |
Converts a two-way layout into tall format with row and column index labels.
Description
maketall
Converts a two-way layout into tall format with row and column index labels.
Usage
maketall(data_matrix)
Arguments
data_matrix |
an r by c data matrix. |
Value
maketall
returns a data frame containing the original observations, row labels, and column labels.
Examples
library(slgf)
data(lymphoma)
maketall(lymphoma)
[Package slgf version 2.0.0 Index]