Open tevgeniou opened 7 years ago
Helo Theos,
Even after I ran these two lines, the dendrogram for assignment 3 doesn't appear in the html. Instead, I see the following: ## The "ward" method has been renamed to "ward.D"; note new "ward.D2"
When I run it alone in the console it plots it in the bottom right window.
Do you know how to fix it?
Thanks,
Sara
Fixed it :)
new versions of this package may not work properly. run these two lines in the console
packageurl <- "https://cran.r-project.org/src/contrib/Archive/networkD3/networkD3_0.2.13.tar.gz" install.packages(packageurl, repos=NULL, type="source")