View source: R/show_matrixplotly.R
show_matrixplotly | R Documentation |
Creates a plotly matrix from any matrix function input
show_matrixplotly(
mat,
family = NA,
tooltip = "Result",
width = NULL,
height = NULL
)
mat |
input matrix as output from |
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 |
A plotly
data object
mat <- show_wqmatrix(epcdata)
show_matrixplotly(mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.