maketall | R Documentation |
maketall
Converts a two-way layout into tall format with row and column index labels.
maketall(data_matrix)
data_matrix |
an r by c data matrix. |
maketall
returns a data frame containing the original observations, row labels, and column labels.
library(slgf) data(lymphoma) maketall(lymphoma)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.