Heatmap

dai.heatmap(
  dataset,
  variable_names = NULL,
  permute = FALSE,
  transpose = FALSE,
  matrix_type = "rectangular",
  render = TRUE,
  progress = getOption("dai.progress", TRUE)
)

Arguments

dataset

DAIFrame representing the dataset.

variable_names

Character vector of variable names, if NULL, all in the dataset will be used.

permute

If TRUE, use SVD to permute rows and columns.

transpose

Whether to transpose the plot.

matrix_type

Either rectangular or symmetric.

render

Whether to directly render the plot or not

progress

Whether to display a progress bar.

Value

JSON of the plot in Vega format if render=FALSE.