Learn R Programming

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

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

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

Use

Please see here.

Copy Link

Version

Install

install.packages('rbokeh')

Monthly Downloads

119

Version

0.5.2

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Ryan Hafen

Last Published

August 4th, 2021

Functions in rbokeh (0.5.2)

figure_data

Retrieve rbokeh figure data
figure

Initialize a Bokeh figure
debug_callback

Specify a "debug" callback
elements

"Periodic Table" dataset
console_callback

Specify a console callback
catjitter

Add a small amount of (rbokeh-compatible) noise to a character vector
custom_callback

Specify a custom callback
data_name_list

List of all types of data name structures that could appear
b_eval

Eval lazy symbol
flightfreq

Flight frequency dataset
bokeh_render_json

Plot a Bokeh JSON specification
ly_bar

Add a "barchart" layer to a Bokeh figure
ly_arc

Add an "arc" layer to a Bokeh figure
get_object_refs

Get object ids and types from a figure
gmap

Initialize a Bokeh Google Map plot
gmap_style

Get a Google Map Style
ly_contour

Add a "contour" layer to a Bokeh figure
ly_curve

Add a "curve" layer to a Bokeh figure
ly_density

Add a "density" layer to a Bokeh figure
ly_crect

Add a "crect" (centered rectangle) layer to a Bokeh figure
ly_annular_wedge

Add an "annular_wedge" layer to a Bokeh figure
ly_annulus

Add an "annulus" layer to a Bokeh figure
ly_abline

Add an "abline" layer to a Bokeh figure
ly_hist

Add a "hist" layer to a Bokeh figure
ly_hexbin

Add a "hexbin" layer to a Bokeh figure
grid_plot

Create a Bokeh grid plot from a list of Bokeh figures
ly_lines

Add a "lines" layer to a Bokeh figure Draws lines with the given coordinates.
ly_map

Add a "map" layer to a Bokeh figure
rbokeh-package

rbokeh: R interface for Bokeh
rbokeh2html

Get the HTML content required to embed a Bokeh figure
tool_box_zoom

Add "box_zoom" tool to a Bokeh figure
ly_quantile

Add a "quantile" layer to a Bokeh figure
ly_ray

Add a "ray" layer to a Bokeh figure
ly_multi_line

Add a "multi_line" layer to a Bokeh figure
ly_oval

Add an "oval" layer to a Bokeh figure
ly_boxplot

Add a "boxplot" layer to a Bokeh figure
widget2png

Make a static png file for an htmlwidget
tool_box_select

Add "box_select" tool to a Bokeh figure
widget2gist

Export htmlwidget plot to a gist
ly_image_url

Add an "image_url" layer to a Bokeh figure
ly_image

Add an "image" layer to a Bokeh figure
ly_bezier

Add a "bezier" layer to a Bokeh figure
ly_text

Add a "text" layer to a Bokeh figure
%>%

Pipe figures
phantom_install

Instructions for installing phantomjs
theme_axis

Override theme parameters for axis attributes
tool_crosshair

Add "crosshair" tool to a Bokeh figure
theme_grid

Override theme parameters for grid attributes
ly_polygons

Add a "polygons" layer to a Bokeh figure
ly_quadratic

Add a "quadratic" layer to a Bokeh figure
pal_color

Palettes for themes
tool_hover

Add "hover" tool to a Bokeh figure
tool_save

Add "save" tool to a Bokeh figure
tool_selection

Add "selection" tool callback to a Bokeh figure
ly_rect

Add a "rect" layer to a Bokeh figure
ly_segments

Add a "segments" layer to a Bokeh figure
shiny_callback

Specify a Shiny callback
ly_wedge

Add a "wedge" layer to a Bokeh figure
sub_names

Retrieve and properly parse all data
tool_wheel_zoom

Add "wheel_zoom" tool to a Bokeh figure
tool_tap

Add "tap" tool to a Bokeh figure
nyctaxihex

Hexagon binned counts of NYC taxi pickup locations
set_palette

Set palettes for various plot attributes
theme_legend

Override theme parameters for legend attributes
tool_lasso_select

Add "lasso_select" tool to a Bokeh figure
set_theme

Set the theme for a figure
ly_patch

Add a "patch" layer to a Bokeh figure
theme_plot

Override theme parameters for general plot attributes
tool_resize

Add "resize" tool to a Bokeh figure
tool_reset

Add "reset" tool to a Bokeh figure
y_axis

Customize x axis of a Bokeh figure
y_range

Update y axis range in a Bokeh figure
x_range

Update x axis range in a Bokeh figure
x_axis

Customize x axis of a Bokeh figure
tool_pan

Add "pan" tool to a Bokeh figure
theme_title

Override theme parameters for general plot attributes
ly_points

Add a "points" layer to a Bokeh figure
point_types

Display glyph types available for ly_points()
rbokehOutput

Widget output function for use in Shiny
renderRbokeh

Widget render function for use in Shiny
print_model_json

Print the JSON of a Bokeh figure
bk_default_theme

Themes