Description Usage Arguments Value Examples
View source: R/group_variables.R
Plots tree that illustrates the results of cluster_variables function.
1 2 |
x |
|
p |
correlation value for cutoff level, if not NULL, cutoff line will be drawn |
show_labels |
if TRUE, plot will have annotated axis Y |
axis_lab_size |
size of labels on axis Y, if applicable |
text_size |
size of labels annotating values of correlations |
... |
other parameters |
plot
1 2 3 4 | library("DALEX")
dragons_data <- dragons[,c(2,3,4,7,8)]
cv <- cluster_variables(dragons_data, clust_method = "complete")
plot(cv, p = 0.7)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.