rbokeh

rbokeh-package

rbokeh: R interface for Bokeh

Plots

figure()

Initialize a Bokeh figure

gmap()

Initialize a Bokeh Google Map plot

grid_plot()

Create a Bokeh grid plot from a list of Bokeh figures

Layer Functions

ly_annular_wedge()

Add an "annular_wedge" layer to a Bokeh figure

ly_annulus()

Add an "annulus" layer to a Bokeh figure

ly_arc()

Add an "arc" layer to a Bokeh figure

ly_bezier()

Add a "bezier" layer to a Bokeh figure

ly_crect()

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

ly_image()

Add an "image" layer to a Bokeh figure

ly_image_url()

Add an "image_url" layer to a Bokeh figure

ly_lines()

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

ly_multi_line()

Add a "multi_line" layer to a Bokeh figure

ly_oval()

Add an "oval" layer to a Bokeh figure

ly_patch()

Add a "patch" layer to a Bokeh figure

ly_points()

Add a "points" layer to a Bokeh figure

ly_polygons()

Add a "polygons" layer to a Bokeh figure

ly_quadratic()

Add a "quadratic" layer to a Bokeh figure

ly_ray()

Add a "ray" layer to a Bokeh figure

ly_rect()

Add a "rect" layer to a Bokeh figure

ly_segments()

Add a "segments" layer to a Bokeh figure

ly_text()

Add a "text" layer to a Bokeh figure

ly_wedge()

Add a "wedge" layer to a Bokeh figure

Higher-Level Layer Functions

ly_quantile()

Add a "quantile" layer to a Bokeh figure

ly_density()

Add a "density" 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

ly_boxplot()

Add a "boxplot" layer to a Bokeh figure

ly_abline()

Add an "abline" layer to a Bokeh figure

ly_contour()

Add a "contour" layer to a Bokeh figure

ly_curve()

Add a "curve" layer to a Bokeh figure

ly_map()

Add a "map" layer to a Bokeh figure

ly_bar()

Add a "barchart" layer to a Bokeh figure

Higher-Level Layer Functions

x_axis()

Customize x axis of a Bokeh figure

x_range()

Update x axis range in a Bokeh figure

y_axis()

Customize x axis of a Bokeh figure

y_range()

Update y axis range in a Bokeh figure

Themes

set_theme()

Set the theme for a figure

theme_axis()

Override theme parameters for axis attributes

theme_grid()

Override theme parameters for grid attributes

theme_legend()

Override theme parameters for legend attributes

theme_plot()

Override theme parameters for general plot attributes

theme_title()

Override theme parameters for general plot attributes

set_palette()

Set palettes for various plot attributes

bk_default_theme() bk_ggplot_theme()

Themes

pal_color() pal_tableau() pal_bk_glyph() pal_gradient() pal_size() pal_bk_line_dash() pal_bk_line_width()

Palettes for themes

Interaction Tools

tool_hover()

Add "hover" tool to a Bokeh figure

tool_selection()

Add "selection" tool callback to a Bokeh figure

tool_tap()

Add "tap" tool to a Bokeh figure

tool_box_select()

Add "box_select" tool to a Bokeh figure

tool_box_zoom()

Add "box_zoom" tool to a Bokeh figure

tool_crosshair()

Add "crosshair" tool to a Bokeh figure

tool_lasso_select()

Add "lasso_select" tool to a Bokeh figure

tool_pan()

Add "pan" tool to a Bokeh figure

tool_reset()

Add "reset" tool to a Bokeh figure

tool_resize()

Add "resize" tool to a Bokeh figure

tool_save()

Add "save" tool to a Bokeh figure

tool_wheel_zoom()

Add "wheel_zoom" tool to a Bokeh figure

Callback Interactivity

console_callback()

Specify a console callback

custom_callback()

Specify a custom callback

debug_callback()

Specify a "debug" callback

shiny_callback()

Specify a Shiny callback

Output

print_model_json()

Print the JSON of a Bokeh figure

bokeh_render_json()

Plot a Bokeh JSON specification

rbokehOutput()

Widget output function for use in Shiny

renderRbokeh()

Widget render function for use in Shiny

widget2gist()

Export htmlwidget plot to a gist

widget2png()

Make a static png file for an htmlwidget

rbokeh2html()

Get the HTML content required to embed a Bokeh figure

Misc

flightfreq

Flight frequency dataset

elements

"Periodic Table" dataset

nyctaxihex

Hexagon binned counts of NYC taxi pickup locations

catjitter()

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

get_object_refs()

Get object ids and types from a figure

phantom_install()

Instructions for installing phantomjs

%>%

Pipe figures

point_types()

Display glyph types available for ly_points()

gmap_style()

Get a Google Map Style

figure_data()

Retrieve rbokeh figure data

sub_names()

Retrieve and properly parse all data

data_name_list()

List of all types of data name structures that could appear

b_eval()

Eval lazy symbol