ropensci / iheatmapr

Complex, interactive heatmaps in R
https://docs.ropensci.org/iheatmapr
Other
267 stars 36 forks source link

added argument show_colorbar=TRUE to main_heatmap. #48

Closed fboehm closed 5 years ago

fboehm commented 5 years ago

I added an argument, show_colorbar = TRUE, to the main_heatmap function. This will allow the user to omit the colorbar if desired. With the default value of the argument set to TRUE, it shouldn't change behavior for users who don't wish to specify the show_colorbar argument.

fboehm commented 5 years ago

That sounds good. And thank you for including me as a contributor. I've updated my repo by increasing the version number to 0.4.9 and appending my name to the list of contributors.

AliciaSchep commented 5 years ago

Thanks @fboehm !