maketall: Converts a two-way layout into tall format with row and...

View source: R/maketall.R

maketallR 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)


slgf documentation built on Nov. 22, 2022, 1:09 a.m.

Related to maketall in slgf...