How can I add a y label to a dendrogram produced by dendextend? This may be used to label "Pairwise Distance", for example.
What about for horizontal (ggplot(horiz = T)) dendrograms?
How can I add a y label to a dendrogram produced by dendextend? This may be used to label "Pairwise Distance", for example.
What about for horizontal (ggplot(horiz = T)) dendrograms?
Copyright © 2021 Jogjafile Inc.
axis.title.ymust be specified in a theme for the text to show up. For example:For horizontal dendrograms,
yis specified tolabs(), but now we needaxis.title.xintheme(). I could only get text to show up by specifyingcolor = "black". Not sure why.