heatmaply
heatmaply copied to clipboard
na.value doesn't work
This seems to be a problem in plotly.
Minimal example:
library(heatmaply)
x <- mtcars
x[3:10,2:4] <- NA
heatmaply(x, Rowv=F, Colv=F)
heatmaply:::ggplot_heatmap(x)
In ggplot:

In heatmaply:
