From a4ac9c8db576496ea4d336be4555c0972ea2abbc Mon Sep 17 00:00:00 2001 From: Jakob Krigovsky Date: Wed, 14 Apr 2021 17:04:51 +0200 Subject: [PATCH] Remove reference to d3heatmap (#935) d3heatmap is no longer maintained, see https://github.com/talgalili/d3heatmap/blob/509239650129309fb3ac01f40f9b4fafa524ea30/README.md. --- EDA.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDA.Rmd b/EDA.Rmd index 3827a2f..1f4f3e6 100644 --- a/EDA.Rmd +++ b/EDA.Rmd @@ -492,7 +492,7 @@ diamonds %>% ``` If the categorical variables are unordered, you might want to use the seriation package to simultaneously reorder the rows and columns in order to more clearly reveal interesting patterns. -For larger plots, you might want to try the d3heatmap or heatmaply packages, which create interactive plots. +For larger plots, you might want to try the heatmaply package, which creates interactive plots. #### Exercises