How to add mean value to a BoxPlot using Plotly in R?

后端 未结 0 1981
小鲜肉
小鲜肉 2021-01-20 13:06

Creating a boxplot with Plotly library in R is straightforward as follows:

library (plotly)

x <- 1:100

plot_ly (x = ~x, type = \'box\' )

<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题