When I use the great package ggdendro to plot my tree, I come across a problem: One day, all labels of the tree it produces suddenly all disappeared.
When I run the following code in my local machine and in server, I get different results. No labels in local machine and labels do exist in the server version.
fit = ClustOfVar::hclustvar(X.quanti = mtcars)
ggdendro::ggdendrogram(as.dendrogram(fit),rotate = TRUE)
Local Windows 7 Version(No labels):
I printed the session info as well for references.