Remove reference to d3heatmap (#935)
d3heatmap is no longer maintained, see 5092396501/README.md
.
This commit is contained in:
parent
20b925c1ee
commit
a4ac9c8db5
2
EDA.Rmd
2
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue