plotly-master/demo/highlight-subplot.R

library(plotly)
library(crosstalk)

d <- SharedData$new(mtcars)
subplot(
  qplot(data = d, x = mpg, y = wt),
  qplot(data = d, x = mpg, y = vs)
)
franciscorichter/dmea documentation built on May 16, 2019, 1:54 p.m.