Let's use a simple reproducible example from here. library(gapminder) library(plotly) p <- ggplot(gapminder, aes(x=gdpPercap, y=lifeExp)) + geom_point() + ...
確定! 回上一頁