R plot_ly()

1 개요[ | ]

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)

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}