
Creates a plotly matrix from any matrix function input
Source:R/show_matrixplotly.R
show_matrixplotly.RdCreates a plotly matrix from any matrix function input
Arguments
- mat
input matrix as output from
show_matrix,show_segmatrix,show_wqmatrix, orshow_tbnimatrix- family
optional chr string indicating font family for text labels
- tooltip
chr string indicating the column name for tooltip
- width
numeric for width of the plot in pixels
- height
numeric for height of the plot in pixels
Value
A plotly data object
Examples
mat <- show_wqmatrix(epcdata)
show_matrixplotly(mat)