dai.parallel_coordinates_plot.Rd
Parallel Coordinates Plot
dai.parallel_coordinates_plot( dataset, variable_names = NULL, permute = FALSE, transpose = FALSE, cluster = FALSE, render = TRUE, progress = getOption("dai.progress", TRUE) )
dataset |
|
---|---|
variable_names | Character vector of variable names. If NULL, all in dataset will be used. |
permute | If |
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. |
JSON of the plot in Vega format if render=FALSE
.