-
It just occurred to me that this kind of thing might be a good fit for lightning.
When looking at pairwise relationships between a number of variables there is a tradeoff between the number of variab…
-
### Summary
- What does this package do? (explain in 50 words or less):
Makes complex, interactive heatmaps. The package includes a modular system for iteratively building up complex heatmaps,…
-
Hi there,
Just trying to hide my tick labels.
library(heatmaply)
heatmaply(iris, showticklabels = c(F,F), margins = c(80,10))
Thanks!
-dave
-
These are very large... interactive collapsing/expansion could be a nice feature. Actually, heatmaps could use a lot of work.
-
Hello and first of all thanks for the very nice package and your development, it's a real contribution and the complex modular plots approach is really interesting.
Please allow me to make you some…
-
The 'on hover' feature of the tooltip currently displays 'Row', 'Column', and 'Value' as labels within the box. It would be helpful to be able to change these to match the specific case.
-
To support something like [`annotation_raster()`](http://docs.ggplot2.org/current/annotation_raster.html) in our R package, which would lead to awesomeness such as conversion of [ggmap](https://journa…
-
As per the bug report listed [here](https://github.com/talgalili/heatmaply/issues/80), we were recently trying to implement interactive heatmaps in Shiny + Plotly, with [coupled events](https://plot.l…
-
There was a post today on R-bloggers about shinyHeatmaply. Here is the link
https://www.r-bloggers.com/shinyheatmaply-a-shiny-app-for-creating-interactive-cluster-heatmaps/
When I tried to execute…
-
### Summary
- What does this package do? (explain in 50 words or less)
`visdat` visualises R data frames so that you can quickly identify data structure and data types. This makes it easier to…