meltMatrix: Melt data matrix.

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Convert data matrix to a long format

Usage

1

Arguments

X

a data matrix.

Value

a data matrix in a long format.

Examples

1
2
3
Z <- matrix(rnorm(100), 20)
Z.m <- meltMatrix(Z)
head(Z.m)

nlhuong/vistimeseq documentation built on Sept. 4, 2021, 2:41 a.m.