最佳答案
我很困惑。什么是正确的方法来增加字体大小的文字在标题,标签和其他地方的情节?
比如说
x <- rnorm(100)
hist(x, xlim=range(x), xlab= "Variable Label",
ylab="density", main="Title of plot", prob=TRUE, ps=30)
ps
参数不改变字体大小(但是它在 ?par
的 R Help 中说它用于“文本的点大小(但不是符号)”。
另外,是否有可能将改变字体大小与绘图功能(如 hist
)分开?