This function correlates a whole dataframe with a single feature.
corr_plot(df, method = "pearson", order = "FPC", type = "square",
logs = FALSE)
Dataframe.
Character. Any of: c("pearson", "kendall", "spearman")
Character. The ordering method of the correlation matrix. Any of: c("original", "AOE", "FPC", "hclust", "alphabet")
Character. The visualization method of correlation matrix to be used. Any of c("circle", "square", "ellipse", "number", "pie", "shade" and "color")
Boolean. Automatically calculate log(values) for numerical variables (not binaries) and plot them