Overview of dygraphs for R features
masterThe dygraphs package is an R interface to the dygraphs JavaScript charting library, designed for rich time-series charting.
Key Capabilities:
- Data Support: Automatically plots
xtstime series objects (or any object convertible toxts). - Visual Customization: Highly configurable axes and series display, including optional second Y-axes and upper/lower bars (e.g., for prediction intervals).
- Interactivity: Includes zoom/pan, series/point highlighting, and range selectors.
- Overlays: Supports shaded regions, event lines, and point annotations.
- Integration: Works at the R console (via RStudio Viewer), and embeds seamlessly in R Markdown and Shiny web applications.