标签: r plotly
我想知道是否可以添加一条具有悬停文本功能的水平线,如下面的屏幕快照所示,它将指示y轴的平均值
library(plotly) p <- plot_ly(data = iris, x = ~Sepal.Length, y = ~Petal.Length)