Skip to content
Prev 43588 / 398525 Next

R: plotting multiple functions

On Tue, Feb 03, 2004 at 09:59:31AM +0200, allan clark wrote:

            
plot(r1, type = "n")
points(r1, col = "red", pch = 19)  ## see also ?lines
points(r2, col = "blue", pch = 19)
points(r3, col = "black", pch = 19)