I wish to recreate this graph:

(from here)
Using R base graphics.
I have no clue how to do that. Any advice ?
(My motivation is that I wish to create a plot where the line width (and/or color) will reflect another dimension. Until now – ggplot2 is the only place I found in R for how to do this. I would be happy to be able to do this also in base R)
OK, I spent a little too much time messing with this… note the last line is the ggplot version so you can compare the two.