tr8dr / rbokeh

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Other


Languages

Language:R 99.2%Language:JavaScript 0.5%Language:CSS 0.2%