sample.data.environment |> gg_heatmap()
#heatmap with doubleplot
sample.data.environment |> gg_heatmap(doubleplot = "next")
#change the unit of aggregation
sample.data.environment |> gg_heatmap(unit = "5 mins")
#change the limits of the fill scale
sample.data.environment |> gg_heatmap(fill.limits = c(0, 10^4))
Run the code above in your browser using DataLab