0

The question is in the title, but for the classic example:

require(graphics)
with(cars, scatter.smooth(speed, dist))

Is there a way to have the fonts for the labels speed and dist to appear bigger?

scatter.smooth example using cars

lomper
  • 379
  • 1
  • 12
  • 1
    use `cex.lab` argument. e.g. `with(cars, scatter.smooth(speed, dist, cex.lab=2))`. see `?par` for more details – dww Dec 15 '21 at 16:21
  • Thanks dww. Is it worth leaving the question for others or should I delete it as proposed by the site? – lomper Dec 15 '21 at 16:38
  • 1
    Up to you either way. Sometimes people find the duplicates first, so I don't personally see any harm in leaving the question here. See https://meta.stackoverflow.com/questions/355459/should-i-delete-duplicate-questions and https://meta.stackoverflow.com/questions/265736/should-i-delete-my-question-if-it-is-marked-as-a-duplicate – dww Dec 15 '21 at 16:44

0 Answers0