The Shiny app below allows to attribute a label to the points of a
‘ggplot’ by double-clicking on the points.

library(shiny)
library(rhandsontable)
library(htmlwidgets)
library(colourpicker)
library…

Continue reading: Labelling the points of a ‘ggplot’ with …