> barplot(counts,beside=TRUE,col=c("red","green","yellow"),legend=rownames(counts),main="条形图",xlab="处理方式",ylab="频数",args.legend=c(x=5.4,y=28.7))
args.legend=c(x=,y=)如果不知道x 和y 的具体位置,可使用locator(1) 在图形中选择
>locator(1)
把鼠标在图形显示区域点击一下,就能获取到所点击的位置的坐标(右上角坐标)。