dai.heatmap.Rd
Heatmap
dai.heatmap( dataset, variable_names = NULL, permute = FALSE, transpose = FALSE, matrix_type = "rectangular", render = TRUE, progress = getOption("dai.progress", TRUE) )
dataset |
|
---|---|
variable_names | Character vector of variable names, if |
permute | If |
transpose | Whether to transpose the plot. |
matrix_type | Either |
render | Whether to directly render the plot or not |
progress | Whether to display a progress bar. |
JSON of the plot in Vega format if render=FALSE
.