Learn R Programming

dygraphs (version 1.1.1.6)

Interface to 'Dygraphs' Interactive Time Series Charting Library

Description

An R interface to the 'dygraphs' JavaScript charting library (a copy of which is included in the package). Provides rich facilities for charting time-series data in R, including highly configurable series- and axis-display and interactive features like zoom/pan and series/point highlighting.

Copy Link

Version

Install

install.packages('dygraphs')

Monthly Downloads

38,577

Version

1.1.1.6

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

July 11th, 2018

Functions in dygraphs (1.1.1.6)

dyLegend

dygraph legend
dygraphs-exports

dygraph exported operators and S3 methods
dyPlotter

Include a dygraph plotter
dyShading

dygraph region shading
dyUnzoom

The dyUnzoom plugin adds an "Unzoom" button to the graph when it's displaying in a zoomed state (this is a bit more discoverable than the default double- click gesture for unzooming).
dyPlugin

Include a dygraph plugin
dygraph-shiny

Shiny bindings for dygraph
dygraph

dygraph interactive plot for time series data
dyRebase

Rebase data handler for straw broom charts with Dygraph
dyRangeSelector

dygraph interactive range selection and zooming
dyEvent

dygraph event line
dyDependency

Add external assets as a dygraph dependency
dyDataHandler

Include a dygraph data handler
dyAnnotation

Annotation for dygraph chart
dyCandlestick

Employ a dygraph plotter on a series, a group of series, or the whole dygraph
dyGroup

dygraph series group
dyCSS

CSS for dygraph labels and legend
dyCrosshair

The dyCrosshair plugin draws a crosshair line over the point closest to the mouse when the user hovers over the graph. It has a "direction" option which is provided in the R wrapper function and then forwarded to the plugin using the "options" argument to dyPlugin.
dyCallbacks

Callbacks for dygraph events
dyAxis

dygraph axis
dyHighlight

dygraph series mouse-over highlighting
dyOptions

dygraph options
dyLimit

dygraph limit line
dyRibbon

dyRibbon plugin adds a horizontal band of colors that runs through the chart. It can be useful to visualize categorical variables (http://en.wikipedia.org/wiki/Categorical_variable) that change over time (along the x-axis).
dySeries

dygraph data series
dyRoller

dygraph rolling average period text box
dySeriesData

Add series data to dygraph