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?
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?