我所要做的就是改变我的条形图上标题的大小。你会认为这很容易,但我似乎不能让它工作。请帮帮忙
barchart(b~n,data=EndoMinDataSet,groups=s,
scales=list(x=list(rot=0,cex=1.8),y=list(cex=1.8),main=list("My graph title",cex=2.8)),
key=list(space="right",
lines=list(col=c("purple","lightgreen"), lty=c(2,2), lwd=16),
text=list(c("On surveillance","Off surveillance"),cex=1.8)
))https://stackoverflow.com/questions/38198409
复制相似问题