library(plotly) > box2 <- plot_ly(data = car::Salaries, y = ~salary, x = ~rank, type = 'box', marker = list(opacity = .4)) > box2 Figure 3.3 Simple ggplot2 ...
確定! 回上一頁