library(ggplot2) library(plotly) set.seed(42) # ggplotly version ggplotly( ... aes(x=x, y=y)) + geom_point() )%>% layout( shapes = list( type = "line", ...
確定! 回上一頁