Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stemangiola/tidyHeatmap

Draw heatmap simply using a tidy data frame
https://github.com/stemangiola/tidyHeatmap

brewer complexheatmap custom-palette dplyr graphviz heatmap mtcars plotting r rstudio scale tibble tidy tidy-data-frame tidybulk tidyverse viridis

Last synced: about 2 months ago
JSON representation

Draw heatmap simply using a tidy data frame

Awesome Lists containing this project

README

        

---
title: "tidyHeatmap"
output: github_document
---

```{r echo=FALSE}
knitr::opts_chunk$set( fig.path = "man/fragments/figures/")
```

[![Lifecycle:maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.02472/status.svg)](https://doi.org/10.21105/joss.02472)

```{r child="man/fragments/intro.Rmd"}
```