I want to plot two functions in different colors and point styles with a corresponding legend, in plain R.
I have several questions:
I
You should add argument bg="red" or bg="blue" inside plot() to get the filled symbols with particular color.
bg="red"
bg="blue"
plot()