on my research on how to plot multiple line charts I came across the following paper:
https://arxiv.org/pdf/1808.06019.pdf
It is showing a way on how huge amount of time series data is displayed by combining every line chart with a common headmap, the result looks like kind of equal to this representation:
I was looking for an R package (but could not find anything) or a nice implementation for ggplot to achieve the same result. So I am able to plot a lot of geom_lines and color them differently but I do not know how to actually apply the headmap to it.
Does anyone has a hint/idea for me?
Thanks! Stephan