You can use plot with the argument type='l' to plot the first line, then you can add points and lines with the commands ?points and ?lines. You can also specify the colours. Remember to use also xlim and ylim when you call the first plot to make sure that all your points will appear.