You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@KMace
Over on my fork - https://github.com/klaukh/d3heatmap - I've been slowly working many of the community requests, including the one you've mentioned and a more modern API. You can either do d3heatmap(..., symbreaks = TRUE) to match the heatmap.2 and heatmap.3 APIs, or do d3heatmap(...) %>% hmColors(..., symmetrical = TRUE) to achieve what you're looking for.
Depending on the distribution of the data, sometimes I get zero values as red, or blue. could there be an option that forces zero to white?
The text was updated successfully, but these errors were encountered: