R Shiny application: Modifying plot without re-rendering it
问题 I've been looking into ways to update a plot within an R Shiny application without having to re-render the whole plot. I'm working with temporal data which is animated via a Slider Input ( animationOptions(playButton = TRUE) ). The idea is to somehow highlight the part of the plot which is selected via the Slider Input . Re-rendering the whole plot at every animation step would make the whole application uselessly slow. The most elegant solution with ggplot2 would have been, if shiny offered