Parallel Coordinates Plot

dai.parallel_coordinates_plot(
  dataset,
  variable_names = NULL,
  permute = FALSE,
  transpose = FALSE,
  cluster = FALSE,
  render = TRUE,
  progress = getOption("dai.progress", TRUE)
)

Arguments

dataset

DAIFrame representing the dataset.

variable_names

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

permute

If TRUE, use SVD to permute the variables.

cluster

K-means cluster the variables and color the plot by cluster IDs.

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.