Learn R Programming

⚠️There's a newer version (1.1.1.6) of this package.Take me there.

dygraphs (version 1.1.1.4)

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

34,470

Version

1.1.1.4

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

JJ Allaire

Last Published

January 4th, 2017

Functions in dygraphs (1.1.1.4)

dyDependency

Add external assets as a dygraph dependency
dyRangeSelector

dygraph interactive range selection and zooming
dyLimit

dygraph limit line
dyRebase

Rebase data handler for straw broom charts with Dygraph
dygraph

dygraph interactive plot for time series data
dygraphs-exports

dygraph exported operators and S3 methods
dyPlotter

Include a dygraph plotter
dyHighlight

dygraph series mouse-over highlighting
dyPlugin

Include a dygraph plugin
dyLegend

dygraph legend
dyOptions

dygraph options
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).
dyRoller

dygraph rolling average period text box
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).
dygraph-shiny

Shiny bindings for dygraph
dyCandlestick

Candlestick plotter for dygraph chart
dyCallbacks

Callbacks for dygraph events
dyDataHandler

Include a dygraph data handler
dyEvent

dygraph event line
dySeries

dygraph data series
dySeriesData

Add series data to dygraph
dyAnnotation

Annotation for dygraph chart
dyAxis

dygraph axis
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.