talgalili / dendextend

Extending R's Dendrogram Functionality
152 stars 28 forks source link

Replace FALSE with "none" in ggplot2::guides() to prevent warning #107

Closed juba closed 3 years ago

juba commented 3 years ago

Since a recent ggplot2 update, using guides(xxx = FALSE) instead of guides(xxx = "none") generates a warning. This small PR just applies this replacement to ggdend.R to avoid the warnings.

Many thanks for your work on this really great and useful package.

talgalili commented 3 years ago

Thanks @juba I'm merging.