library(plotly) plot_ly(economics, x = ~pop) plot_ly(economics, x = ~date, y = ~pop)
library(plotly) data("diamonds") plot_ly(diamonds, x = ~carat, y = ~price, color = ~clarity)
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT