1
barplot(counts, main="title",
xlab=group, col=rainbow(20),
legend = rownames(counts),
beside=TRUE, xlim=c(1,30))
abline(v=mean(df$ddd), col="red", lwd=2.5)
我的問題是 - 如何添加abline到圖例?我試圖從barplot區域拋出這個傳說,但是它沒有起作用在barplot RStudio添加abline圖例