matrix.to.grid: Some functions that are useful for manipulating or creating...

Description Usage

View source: R/skMatrixDataFrameUtils.r

Description

Some functions that are useful for manipulating or creating matrices and data.frames and working with lists of vectors, lists of lists or lists of matrices Transforms a matrix into grid in long format

Usage

1
2
matrix.to.grid(mat, x = 1:NROW(mat), y = 1:NCOL(mat), x.name = "x",
  y.name = "y")

skranz/skUtils documentation built on April 12, 2021, 11:43 a.m.