如何更改 cdplot 中的轴和标签大小?

How to change the axis and label sizes in cdplot?

如何更改 cdplot 图表中的轴和标签大小?通常的 cex.labcex.axis 参数抛出错误。

如评论所述,您需要使用

par(cex=2)

或者使用 cex.labcex.axiscex.maincex.sub 来改变特定的文本。

进一步调查函数,显示 ... 参数被传递给 stats::density 函数(检查 getS3method("cdplot", "default")