mat2df: mat2df

View source: R/mat2df.r

mat2dfR Documentation

mat2df

Description

convert a matrix to a dataframe

Usage

mat2df(
  m,
  datlabel = "value",
  symmetrical = TRUE,
  diag = FALSE,
  stringsAsFactors = FALSE
)

Arguments

m

matrix

datlabel

character of what you want the column to be in the df

symmetrical

bool only TRUE is currently supported

diag

bool only FALSE is currently supported

stringsAsFactors

bool don't mess with it

Value

data.frame

See Also

df2mat


williamcioffi/chf documentation built on June 9, 2022, 5:38 p.m.