melt_mat: Reshapes matrix to long-form dataframe for use with...

Description Usage Arguments

View source: R/melt_mat.R

Description

Reshapes matrix to long-form dataframe for use with 'ggplot2()'.

Usage

1
melt_mat(R, var.names = c("v1", "v2"), val.name = "value")

Arguments

R

matrix


mcfreund/mikeutils documentation built on May 27, 2021, 5:46 a.m.