使用 R 的 plotly 互動式資料視覺化
Adam Loy
Statistician, Carleton College
sim_data %>% plot_ly(x = ~x, y = ~y) %>% add_histogram2d()
sim_data %>% plot_ly(x = ~x, y = ~y) %>% add_histogram2d(nbinsx = 200, nbinsy = 100)