Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://hafen.github.io/rbokeh/

Interactive visualization in R
https://hafen.github.io/rbokeh/

bokeh r visualization

Last synced: 2 months ago
JSON representation

Interactive visualization in R

Lists

README

        

[![R-CMD-check](https://github.com/hafen/rbokeh/workflows/R-CMD-check/badge.svg)](https://github.com/hafen/rbokeh/actions)

[![codecov.io](https://codecov.io/github/hafen/rbokeh/coverage.svg?branch=master)](https://codecov.io/github/hafen/rbokeh?branch=master)
[![CRAN](https://www.r-pkg.org/badges/version/rbokeh)](https://cran.r-project.org/package=rbokeh)
[![](https://cranlogs.r-pkg.org/badges/rbokeh)](https://cran.r-project.org/package=rbokeh)
# rbokeh

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

### Install

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

# from github:
remotes::install_github("bokeh/rbokeh")
```

### Use

Please see [here](https://hafen.github.io/rbokeh/articles/rbokeh.html).