From 33a24192b9479b120be566df4e4c8f790b450385 Mon Sep 17 00:00:00 2001 From: S'busiso Mkhondwane Date: Tue, 26 Jul 2016 16:25:55 +0200 Subject: [PATCH] Update EDA.Rmd (#197) Typo --- EDA.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDA.Rmd b/EDA.Rmd index 7a45c12..777e712 100644 --- a/EDA.Rmd +++ b/EDA.Rmd @@ -419,7 +419,7 @@ diamonds %>% geom_tile(aes(fill = n)) ``` -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 creative interactive plots. +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 creates interactive plots. #### Exercises