Skip to content

Commit

Permalink
remove heatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
trosendal committed May 4, 2023
1 parent 7a7efa1 commit 7e5e4d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions build.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
library(rmarkdown)
rmarkdown::render("dashboard.Rmd")
7 changes: 0 additions & 7 deletions dashboard.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ https://rstudio.github.io/leaflet/
- Use map bounds and mouse events to drive Shiny logic


### d3heatmap creates interactive D3 heatmaps including support for row/column highlighting and zooming.

```{r}
library(d3heatmap)
d3heatmap(mtcars, scale="column", colors="Blues")
```

***

https://github.com/rstudio/d3heatmap/
Expand Down

0 comments on commit 7e5e4d8

Please sign in to comment.