Compare: ``` r plot(0:10, cex = 3, main = "plot") ``` <!-- --> ``` r library(plot2) plot2(0:10, cex = 3, main = "plot2") ``` <!-- --> <sup>Created on 2023-07-27 with [reprex v2.0.2](https://reprex.tidyverse.org)</sup> Same for `cex.main`, `cex.sub`, and `cex.axis`, although these probably require separate attention via `...` passing.
Compare:
Created on 2023-07-27 with reprex v2.0.2
Same for
cex.main,cex.sub, andcex.axis, although these probably require separate attention via...passing.