Tag / heatmap vs geom_tile

    Loading posts...
  • How to create a Heatmap (II): heatmap or geom_tile

    Heatmaps visualise data through variations in colouring. There are different functions to create a heatmap, one of them is using the heatmap function, but it is also possible to create a heatmap using geom_tile from ggplot2. The election for one of these function relies on the dataset. Below there is an example developed step by…