All Projects → bokeh → Rbokeh

bokeh / Rbokeh

Licence: other
R interface to Bokeh http://hafen.github.io/rbokeh/

Programming Languages

r
7636 projects

rbokeh

Build Status codecov.io CRAN

A native R plotting library that provides a flexible declarative interface for creating interactive web-based graphics, backed by the Bokeh visualization library.

Install

# from CRAN:
install.packages("rbokeh")

# from packages.deltarho.org:
options(repos = c(deltarho = "http://packages.deltarho.org", getOption("repos")))
install.packages("rbokeh")

# from github:
devtools::install_github("bokeh/rbokeh")

Use

Please see here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].