Examples for 'rbokeh::ly_image'


Add an "image" layer to a Bokeh figure

Aliases: ly_image

Keywords:

### ** Examples

## No test: 
p <- figure(xlim = c(0, 1), ylim = c(0, 1), title = "Volcano") %>%
  ly_image(volcano) %>%
  ly_contour(volcano)
p
Error in loadNamespace(name): there is no package called 'webshot'
## End(No test)

[Package rbokeh version 0.5.2 Index]