Hey,
I try to visualize a correlation Matrix with CorPlot.
I wrote this code:
corPlot(y, method = "spearman", colors = FALSE, stars = TRUE,
diag = FALSE, upper = FALSE,
labels = c("Growth", "Inflation", "Unemployment", "Export", "Import", "City Block", "Euclidean", "Mahalanobis"),
main = "", show.legend = FALSE, min.length = 9, cex = 1)
And got this visualization:
There is an empty row and column how can I delete?