Description Usage Arguments Value Examples
View source: R/functions_eval.R
Plot of correlations (numerical variables)
1 | plotcorr(object, limit = 10)
|
object |
An object of class ccdata |
limit |
Number of variables to display by descending value (default=10) |
A bar plot of the correlations between numerical variables and the cluster vector.
1 2 3 | data(BankCustomer)
obj <- Dataset(BankCustomer, BankCustomer$Cluster)
plotcorr(obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.