r on MacOS Error: vector memory exhausted (limit reached?)
install.packages("usethis")
library(usethis)
usethis::edit_r_environ()
Dendrogram
install.packages("fastcluster")
library(fastcluster)
memory.limit(size=65536)
mydata.hclust <- hclust(distance)(When I move this step, my computer said : R session aborted, R encountered a fatal error, the session was terminated)
plot(mydata.hclust)
plot(mydata.hclust,hang=-1)