R - add label at the end of curve in ggplot2

03 Oct 2018

Label line ends in time series with ggplot2 with use of

[...] +
scale_y_continuous(sec.axis = sec_axis(~ ., breaks = [...])) +
[...]

https://www.r-bloggers.com/label-line-ends-in-time-series-with-ggplot2

[ R  plot  ggplot2  ]