This is my boxplot with jitters for the variable Age library(plotly) plot_ly(y = ~df$Age, type = "box", boxpoints = "all", jitter = 0.3, pointpos = -1.8).
確定! 回上一頁