1
我一直在試圖增加charts.PerformanceSummary圖表中圖例的大小。增加Performance Analytics圖表中圖例的大小.Perfromance摘要
這裏是我的代碼:
charts.PerformanceSummary(data,geometric= FALSE,cex.axis=1.5, main="Desk Performance", legend(cex=1.5)) # I tried this but legend(cex=1.5) does not work
任何想法如何提高傳說的大小,所以我可以看了嗎?
謝謝!